summaryrefslogtreecommitdiff
path: root/source3/locking
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2013-02-18 10:02:51 +0100
committerAndrew Bartlett <abartlet@samba.org>2013-02-18 22:07:39 +1100
commit6eb59eb388ac7b98f7f7812e45ad4c8d333f03e8 (patch)
treea90f3dfa5281978c6e09baf93d9c0d0920280f2d /source3/locking
parent38cb1410f5107f42ddea9cbf9555adb273b35b18 (diff)
downloadsamba-6eb59eb388ac7b98f7f7812e45ad4c8d333f03e8.tar.gz
samba-6eb59eb388ac7b98f7f7812e45ad4c8d333f03e8.tar.bz2
samba-6eb59eb388ac7b98f7f7812e45ad4c8d333f03e8.zip
brlock.c: Fix typo in comment.
redundent -> redundant Signed-off-by: Karolin Seeger <kseeger@samba.org>
Diffstat (limited to 'source3/locking')
-rw-r--r--source3/locking/brlock.c2
1 files changed, 1 insertions, 1 deletions
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 &&