From f42d380ead3fbb09a9e549005039d20460797c33 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 Reviewed-by: Volker Lendecke Autobuild-User(master): Volker Lendecke Autobuild-Date(master): Thu Jan 30 13:25:22 CET 2014 on sn-devel-104 --- 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 c51d66b2be5..c5297dd6e2c 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; } -- 2.11.4.GIT