diff options
author | asmodai <asmodai@FreeBSD.org> | 2001-02-18 10:43:53 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2001-02-18 10:43:53 +0000 |
commit | 3065478332a49197980fb33f9c27a87e0bb7248d (patch) | |
tree | 351d3248daf53d0b7b71746b8ece4b26a49ff090 /sys/ufs | |
parent | 0f00927ea0ae73e06c47bde5c0a01ade16bc3a08 (diff) | |
download | FreeBSD-src-3065478332a49197980fb33f9c27a87e0bb7248d.zip FreeBSD-src-3065478332a49197980fb33f9c27a87e0bb7248d.tar.gz |
Preceed/preceeding are not english words. Use precede and preceding.
Diffstat (limited to 'sys/ufs')
-rw-r--r-- | sys/ufs/ffs/ffs_alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ufs/ffs/ffs_alloc.c b/sys/ufs/ffs/ffs_alloc.c index c7c3184..6fe3b2f 100644 --- a/sys/ufs/ffs/ffs_alloc.c +++ b/sys/ufs/ffs/ffs_alloc.c @@ -336,7 +336,7 @@ SYSCTL_NODE(_vfs, OID_AUTO, ffs, CTLFLAG_RW, 0, "FFS filesystem"); * logical blocks to be made contiguous is given. The allocator attempts * to find a range of sequential blocks starting as close as possible to * an fs_rotdelay offset from the end of the allocation for the logical - * block immediately preceeding the current range. If successful, the + * block immediately preceding the current range. If successful, the * physical block numbers in the buffer pointers and in the inode are * changed to reflect the new allocation. If unsuccessful, the allocation * is left unchanged. The success in doing the reallocation is returned. |