summaryrefslogtreecommitdiff
path: root/sys/ufs/ffs
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2004-11-29 06:20:04 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2004-11-29 06:20:04 +0000
commite4173539d675b3c69b75655a81a011021a1b6e5c (patch)
treef259b1724785e10073fd33c49dd61700a4b7aaba /sys/ufs/ffs
parent1c9652681119cffbc7e6c4c88cb8b22241b0981f (diff)
Spell precede correctly.
'looks fine' millert@, krw@. ok jmc@
Diffstat (limited to 'sys/ufs/ffs')
-rw-r--r--sys/ufs/ffs/ffs_alloc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ufs/ffs/ffs_alloc.c b/sys/ufs/ffs/ffs_alloc.c
index 051b5297c66..bbe970eba6d 100644
--- a/sys/ufs/ffs/ffs_alloc.c
+++ b/sys/ufs/ffs/ffs_alloc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ffs_alloc.c,v 1.52 2004/11/01 15:55:38 pedro Exp $ */
+/* $OpenBSD: ffs_alloc.c,v 1.53 2004/11/29 06:20:02 jsg Exp $ */
/* $NetBSD: ffs_alloc.c,v 1.11 1996/05/11 18:27:09 mycroft Exp $ */
/*
@@ -328,7 +328,7 @@ error:
* logical blocks to be made contiguous are 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.