The branch, master has been updated
       via  c044e93 smbd: Fix a typo
      from  ccb39a3 tsocket: ENOMEM can be retried on illumos/Solaris.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit c044e930d34cd8539ced485f1ed8ead91279c3be
Author: Volker Lendecke <v...@samba.org>
Date:   Wed Mar 13 13:33:58 2013 +0100

    smbd: Fix a typo
    
    Signed-off-by: Volker Lendecke <v...@samba.org>
    Reviewed-by: Michael Adam <ob...@samba.org>
    
    Autobuild-User(master): Michael Adam <ob...@samba.org>
    Autobuild-Date(master): Thu Mar 14 14:46:02 CET 2013 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 source3/smbd/notify_internal.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/smbd/notify_internal.c b/source3/smbd/notify_internal.c
index 803e2d9..eaf51e7 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


-- 
Samba Shared Repository

Reply via email to