brlock.c: Fix typo in comment.
authorKarolin Seeger <kseeger@samba.org>
Mon, 18 Feb 2013 09:02:51 +0000 (10:02 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 18 Feb 2013 11:07:39 +0000 (22:07 +1100)
redundent -> redundant

Signed-off-by: Karolin Seeger <kseeger@samba.org>
source3/locking/brlock.c

index b7abaa9288c2e8c13764e5f6375d8d6fc0fda5a9..c5bbcd181c47f59fcf64697f7030b335c93674ce 100644 (file)
@@ -82,7 +82,7 @@ static bool brl_overlap(const struct lock_struct *lck1,
                         const struct lock_struct *lck2)
 {
        /* XXX Remove for Win7 compatibility. */
-       /* this extra check is not redundent - it copes with locks
+       /* this extra check is not redundant - it copes with locks
           that go beyond the end of 64 bit file space */
        if (lck1->size != 0 &&
            lck1->start == lck2->start &&