From 3065478332a49197980fb33f9c27a87e0bb7248d Mon Sep 17 00:00:00 2001 From: asmodai Date: Sun, 18 Feb 2001 10:43:53 +0000 Subject: Preceed/preceeding are not english words. Use precede and preceding. --- sys/nfsserver/nfs_serv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/nfsserver') diff --git a/sys/nfsserver/nfs_serv.c b/sys/nfsserver/nfs_serv.c index 1fdb78b..e015d17 100644 --- a/sys/nfsserver/nfs_serv.c +++ b/sys/nfsserver/nfs_serv.c @@ -3264,7 +3264,7 @@ again: /* * For some reason FreeBSD's ufs_readdir() chooses to back the * directory offset up to a block boundary, so it is necessary to - * skip over the records that preceed the requested offset. This + * skip over the records that precede the requested offset. This * requires the assumption that file offset cookies monotonically * increase. */ @@ -3538,7 +3538,7 @@ again: /* * For some reason FreeBSD's ufs_readdir() chooses to back the * directory offset up to a block boundary, so it is necessary to - * skip over the records that preceed the requested offset. This + * skip over the records that precede the requested offset. This * requires the assumption that file offset cookies monotonically * increase. */ -- cgit v1.1