From e2bb3b0c4a64ebfd7cd5143f50518fc534d020a2 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 10 Sep 2013 12:01:58 +0000 Subject: smbd: Fix a typo --- source3/locking/locking.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/locking') 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. */ -- cgit