diff options
Diffstat (limited to 'source4/ntvfs/common')
-rw-r--r-- | source4/ntvfs/common/brlock_tdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 && |