From b22b22dccac6d3bdf7f02d9fe037a472df7956fd Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Mon, 18 Feb 2013 10:04:42 +0100 Subject: brlock_tdb.c: Fix typo in comment. redundent -> redundant Signed-off-by: Karolin Seeger --- source4/ntvfs/common/brlock_tdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/ntvfs/common/brlock_tdb.c b/source4/ntvfs/common/brlock_tdb.c index 5c89b41b22..c6d736e4b8 100644 --- a/source4/ntvfs/common/brlock_tdb.c +++ b/source4/ntvfs/common/brlock_tdb.c @@ -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 && -- cgit