From 25bdc3641890cc0fc5f4587e011c968d4b4f6a6b Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 2 Sep 2012 07:35:43 +0200 Subject: s3: Fix a comment Signed-off-by: Jeremy Allison --- source3/lib/dbwrap/dbwrap_watch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/lib/dbwrap/dbwrap_watch.h b/source3/lib/dbwrap/dbwrap_watch.h index 66fef32698..3362e45aba 100644 --- a/source3/lib/dbwrap/dbwrap_watch.h +++ b/source3/lib/dbwrap/dbwrap_watch.h @@ -43,4 +43,4 @@ void dbwrap_watchers_traverse_read( void dbwrap_watchers_wakeall(struct messaging_context *msg); -#endif /* __DBWRAP_H__ */ +#endif /* __DBWRAP_WATCH_H__ */ -- cgit