From 6eb59eb388ac7b98f7f7812e45ad4c8d333f03e8 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Mon, 18 Feb 2013 10:02:51 +0100 Subject: brlock.c: Fix typo in comment. redundent -> redundant Signed-off-by: Karolin Seeger --- source3/locking/brlock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/locking') diff --git a/source3/locking/brlock.c b/source3/locking/brlock.c index b7abaa9288..c5bbcd181c 100644 --- a/source3/locking/brlock.c +++ b/source3/locking/brlock.c @@ -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 && -- cgit