diff options
author | Volker Lendecke <vl@samba.org> | 2012-09-02 07:35:43 +0200 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2012-09-04 15:15:00 -0700 |
commit | 25bdc3641890cc0fc5f4587e011c968d4b4f6a6b (patch) | |
tree | 62c72843784a15b2fb878cf309e085fe4e92584a /source3/lib/dbwrap | |
parent | 93e10db3dde3616ab61bf28e0b9c44378d445ab5 (diff) | |
download | samba-25bdc3641890cc0fc5f4587e011c968d4b4f6a6b.tar.gz samba-25bdc3641890cc0fc5f4587e011c968d4b4f6a6b.tar.bz2 samba-25bdc3641890cc0fc5f4587e011c968d4b4f6a6b.zip |
s3: Fix a comment
Signed-off-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/lib/dbwrap')
-rw-r--r-- | source3/lib/dbwrap/dbwrap_watch.h | 2 |
1 files changed, 1 insertions, 1 deletions
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__ */ |