diff options
author | Volker Lendecke <vl@samba.org> | 2013-09-10 12:01:58 +0000 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2013-09-11 08:27:11 +0200 |
commit | e2bb3b0c4a64ebfd7cd5143f50518fc534d020a2 (patch) | |
tree | d375880557a0996ad5197a9c069f0165851b4d33 /source3/locking | |
parent | 2aa684453aea4739383257f53a0f13ea27759df2 (diff) | |
download | samba-e2bb3b0c4a64ebfd7cd5143f50518fc534d020a2.tar.gz samba-e2bb3b0c4a64ebfd7cd5143f50518fc534d020a2.tar.bz2 samba-e2bb3b0c4a64ebfd7cd5143f50518fc534d020a2.zip |
smbd: Fix a typo
Diffstat (limited to 'source3/locking')
-rw-r--r-- | source3/locking/locking.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/locking/locking.c b/source3/locking/locking.c index ad56cb19af..d4c68f8841 100644 --- a/source3/locking/locking.c +++ b/source3/locking/locking.c @@ -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. */ |