summaryrefslogtreecommitdiff
path: root/source3/locking
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2013-09-10 12:01:58 +0000
committerVolker Lendecke <vl@samba.org>2013-09-11 08:27:11 +0200
commite2bb3b0c4a64ebfd7cd5143f50518fc534d020a2 (patch)
treed375880557a0996ad5197a9c069f0165851b4d33 /source3/locking
parent2aa684453aea4739383257f53a0f13ea27759df2 (diff)
downloadsamba-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.c2
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.
*/