diff options
| author | Christian Brueffer <brueffer@FreeBSD.org> | 2007-01-16 19:46:05 +0000 |
|---|---|---|
| committer | Christian Brueffer <brueffer@FreeBSD.org> | 2007-01-16 19:46:05 +0000 |
| commit | fce89853702238ca36782d9da48bac4aa4fe9039 (patch) | |
| tree | 866ee796db7e3b5c817cbd118d9809f118b29366 /usr.sbin | |
| parent | abc007f085e2a8053475091f8fe0ddfbabc42cd9 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/rpc.lockd/lockd_lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/rpc.lockd/lockd_lock.c b/usr.sbin/rpc.lockd/lockd_lock.c index 6d860278e413..3599c166e8bb 100644 --- a/usr.sbin/rpc.lockd/lockd_lock.c +++ b/usr.sbin/rpc.lockd/lockd_lock.c @@ -1205,7 +1205,7 @@ duplicate_block(struct file_lock *fl) /* * Is this lock request already on the blocking list? - * Condider it a dupe if the file handles, offset, length, + * Consider it a dupe if the file handles, offset, length, * exclusivity and client match. */ LIST_FOREACH(ifl, &blockedlocklist_head, nfslocklist) { |
