From: Volker Lendecke Date: Sun, 2 Sep 2012 05:35:43 +0000 (+0200) Subject: s3: Fix a comment X-Git-Tag: samba-4.0.0rc1~237 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=25bdc3641890cc0fc5f4587e011c968d4b4f6a6b;p=thirdparty%2Fsamba.git s3: Fix a comment Signed-off-by: Jeremy Allison --- diff --git a/source3/lib/dbwrap/dbwrap_watch.h b/source3/lib/dbwrap/dbwrap_watch.h index 66fef326986..3362e45aba1 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__ */