brlock_tdb.c: Fix typo in comment.
authorKarolin Seeger <kseeger@samba.org>
Mon, 18 Feb 2013 09:04:42 +0000 (10:04 +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>
source4/ntvfs/common/brlock_tdb.c

index 5c89b41b22faad2e4809c3a06b3dc24b261ccdf1..c6d736e4b8446b9d66d8ca6ade4708521dacbb42 100644 (file)
@@ -151,7 +151,7 @@ static bool brl_tdb_same_context(struct lock_context *ctx1, struct lock_context
 static bool brl_tdb_overlap(struct lock_struct *lck1, 
                            struct lock_struct *lck2)
 {
-       /* 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 &&