diff options
author | thomas <thomas@FreeBSD.org> | 2006-08-16 23:53:05 +0000 |
---|---|---|
committer | thomas <thomas@FreeBSD.org> | 2006-08-16 23:53:05 +0000 |
commit | 2f330cd31b61528f2de8d06658dd06df5d6410a5 (patch) | |
tree | 8a398c978f249c3e7239419b449bd7a7d54300cb /sys/nfsclient | |
parent | 8fc3a4c4bbe71078d389ace3c8a0c84c6874868a (diff) | |
download | FreeBSD-src-2f330cd31b61528f2de8d06658dd06df5d6410a5.zip FreeBSD-src-2f330cd31b61528f2de8d06658dd06df5d6410a5.tar.gz |
Fix typos in comment.
Diffstat (limited to 'sys/nfsclient')
-rw-r--r-- | sys/nfsclient/nfs_lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/nfsclient/nfs_lock.c b/sys/nfsclient/nfs_lock.c index 88f3f1e..18bf1b2 100644 --- a/sys/nfsclient/nfs_lock.c +++ b/sys/nfsclient/nfs_lock.c @@ -290,7 +290,7 @@ nfs_dolock(struct vop_advlock_args *ap) return (error); /* - * retry after 20 seconds if we haven't gotten a responce yet. + * Retry after 20 seconds if we haven't gotten a response yet. * This number was picked out of thin air... but is longer * then even a reasonably loaded system should take (at least * on a local network). XXX Probably should use a back-off |