s3:brlock: fix a comment typo
authorMichael Adam <obnox@samba.org>
Tue, 28 Jan 2014 23:55:19 +0000 (00:55 +0100)
committerVolker Lendecke <vl@samba.org>
Thu, 30 Jan 2014 12:25:22 +0000 (13:25 +0100)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Thu Jan 30 13:25:22 CET 2014 on sn-devel-104

source3/locking/brlock.c

index c51d66b2be5e633f392951d2e1c6c2afab111c42..c5297dd6e2cb47ce0ef377fc778181776add8374 100644 (file)
@@ -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;
        }