diff options
-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. */ |