diff options
author | asmodai <asmodai@FreeBSD.org> | 2001-02-18 10:25:42 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2001-02-18 10:25:42 +0000 |
commit | 0f00927ea0ae73e06c47bde5c0a01ade16bc3a08 (patch) | |
tree | 53271e1c6407978a91a3b771a4cf6feaa971bf9a /sys/gnu/ext2fs/ext2_alloc.c | |
parent | 26cc3fc3c9e27e5b9582e3633db0ebba58c1738f (diff) | |
download | FreeBSD-src-0f00927ea0ae73e06c47bde5c0a01ade16bc3a08.zip FreeBSD-src-0f00927ea0ae73e06c47bde5c0a01ade16bc3a08.tar.gz |
Preceed/preceeding are not english words. Use precede or preceding.
Diffstat (limited to 'sys/gnu/ext2fs/ext2_alloc.c')
-rw-r--r-- | sys/gnu/ext2fs/ext2_alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/gnu/ext2fs/ext2_alloc.c b/sys/gnu/ext2fs/ext2_alloc.c index 36fda15..5b04196 100644 --- a/sys/gnu/ext2fs/ext2_alloc.c +++ b/sys/gnu/ext2fs/ext2_alloc.c @@ -198,7 +198,7 @@ nospace: * 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. |