From 1b04d94a0cbbb6a762f22239a7a29c21a3354a03 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 29 Jan 2014 00:55:19 +0100 Subject: [PATCH] s3:brlock: fix a comment typo Signed-off-by: Michael Adam --- source3/locking/brlock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/locking/brlock.c b/source3/locking/brlock.c index c51d66b..c5297dd 100644 --- a/source3/locking/brlock.c +++ b/source3/locking/brlock.c @@ -182,7 +182,7 @@ static bool brl_conflict_posix(const struct lock_struct *lck1, return False; } - /* Locks on the same context con't conflict. Ignore fnum. */ + /* Locks on the same context don't conflict. Ignore fnum. */ if (brl_same_context(&lck1->context, &lck2->context)) { return False; } -- 1.8.3.2