diff options
author | Volker Lendecke <vl@samba.org> | 2013-03-13 13:33:58 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-03-14 14:46:01 +0100 |
commit | c044e930d34cd8539ced485f1ed8ead91279c3be (patch) | |
tree | 6c50c9973f3dcb765437bb4c658ba049d36e4191 /source3/smbd/notify_internal.c | |
parent | ccb39a3fd2144417aea0190ecc7fe3ed165c7cc8 (diff) | |
download | samba-c044e930d34cd8539ced485f1ed8ead91279c3be.tar.gz samba-c044e930d34cd8539ced485f1ed8ead91279c3be.tar.bz2 samba-c044e930d34cd8539ced485f1ed8ead91279c3be.zip |
smbd: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Autobuild-User(master): Michael Adam <obnox@samba.org>
Autobuild-Date(master): Thu Mar 14 14:46:02 CET 2013 on sn-devel-104
Diffstat (limited to 'source3/smbd/notify_internal.c')
-rw-r--r-- | source3/smbd/notify_internal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/notify_internal.c b/source3/smbd/notify_internal.c index 803e2d913e..eaf51e7648 100644 --- a/source3/smbd/notify_internal.c +++ b/source3/smbd/notify_internal.c @@ -84,7 +84,7 @@ struct notify_context { * operations to db_index to a minimum. This is achieved by * delayed deletion. When a db_notify is initially created, * the db_index record is also created. When more notifies are - * add for a path, then only the db_notify record needs to be + * added for a path, then only the db_notify record needs to be * modified, the db_index record is not touched. When the last * entry from the db_notify record is deleted, the db_index * record is not immediately deleted. Instead, the db_notify |