smbd: Fix a typo
authorVolker Lendecke <vl@samba.org>
Tue, 10 Sep 2013 12:01:58 +0000 (12:01 +0000)
committerVolker Lendecke <vl@samba.org>
Wed, 11 Sep 2013 06:27:11 +0000 (08:27 +0200)
source3/locking/locking.c

index ad56cb19af03693be30f911890f518311f2d3a16..d4c68f8841babf645a50d7dba3ae3a6157a84140 100644 (file)
@@ -411,7 +411,7 @@ void locking_close_file(struct messaging_context *msg_ctx,
                return;
        }
 
-       /* If we have not outstanding locks or pending
+       /* If we have no outstanding locks or pending
         * locks then we don't need to look in the lock db.
         */