diff options
-rw-r--r-- | source4/ntvfs/posix/pvfs_lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/posix/pvfs_lock.c b/source4/ntvfs/posix/pvfs_lock.c index 2a6a19133a..2e0f77616b 100644 --- a/source4/ntvfs/posix/pvfs_lock.c +++ b/source4/ntvfs/posix/pvfs_lock.c @@ -85,7 +85,7 @@ static void pvfs_lock_async_failed(struct pvfs_state *pvfs, /* called when we receive a pending lock notification. It means that - either our lock timed out or somoene else has unlocked a overlapping + either our lock timed out or someone else has unlocked a overlapping range, so we should try the lock again. Note that on timeout we do retry the lock, giving it a last chance. */ |