summaryrefslogtreecommitdiff
path: root/sbin/fsck_ffs/fsck.h
diff options
context:
space:
mode:
authorDavid Krause <david@cvs.openbsd.org>2003-03-11 04:42:26 +0000
committerDavid Krause <david@cvs.openbsd.org>2003-03-11 04:42:26 +0000
commitb5684426004046c22045a37d3f108031415de683 (patch)
tree506dd1852f428b21ac49fb7ef4c5714758449634 /sbin/fsck_ffs/fsck.h
parent7752f16eb8906c40b60b5a989928c04415ab14c0 (diff)
spelling
ok millert@
Diffstat (limited to 'sbin/fsck_ffs/fsck.h')
-rw-r--r--sbin/fsck_ffs/fsck.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/fsck_ffs/fsck.h b/sbin/fsck_ffs/fsck.h
index 9f709e8b86f..c811dce47de 100644
--- a/sbin/fsck_ffs/fsck.h
+++ b/sbin/fsck_ffs/fsck.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: fsck.h,v 1.10 2002/06/09 08:13:05 todd Exp $ */
+/* $OpenBSD: fsck.h,v 1.11 2003/03/11 04:42:25 david Exp $ */
/* $NetBSD: fsck.h,v 1.13 1996/10/11 20:15:46 thorpej Exp $ */
/*
@@ -125,7 +125,7 @@ struct inodesc {
* To check if a block has been found as a duplicate it is only
* necessary to search from duplist through muldup. To find the
* total number of times that a block has been found as a duplicate
- * the entire list must be searched for occurences of the block
+ * the entire list must be searched for occurrences of the block
* in question. The following diagram shows a sample list where
* w (found twice), x (found once), y (found three times), and z
* (found once) are duplicate block numbers: