diff options
author | David Krause <david@cvs.openbsd.org> | 2003-03-11 04:42:26 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2003-03-11 04:42:26 +0000 |
commit | b5684426004046c22045a37d3f108031415de683 (patch) | |
tree | 506dd1852f428b21ac49fb7ef4c5714758449634 | |
parent | 7752f16eb8906c40b60b5a989928c04415ab14c0 (diff) |
spelling
ok millert@
-rw-r--r-- | sbin/fsck_ext2fs/fsck.h | 4 | ||||
-rw-r--r-- | sbin/fsck_ffs/fsck.h | 4 | ||||
-rw-r--r-- | sbin/fsck_msdos/boot.c | 6 | ||||
-rw-r--r-- | sbin/fsck_msdos/ext.h | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/sbin/fsck_ext2fs/fsck.h b/sbin/fsck_ext2fs/fsck.h index 89794c93d41..994d7a8cdd5 100644 --- a/sbin/fsck_ext2fs/fsck.h +++ b/sbin/fsck_ext2fs/fsck.h @@ -1,4 +1,4 @@ -/* $OpenBSD: fsck.h,v 1.6 2002/06/09 08:13:05 todd Exp $ */ +/* $OpenBSD: fsck.h,v 1.7 2003/03/11 04:42:25 david Exp $ */ /* $NetBSD: fsck.h,v 1.1 1997/06/11 11:21:47 bouyer Exp $ */ /* @@ -124,7 +124,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: 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: diff --git a/sbin/fsck_msdos/boot.c b/sbin/fsck_msdos/boot.c index 053c405ebf5..809d5b0c2b0 100644 --- a/sbin/fsck_msdos/boot.c +++ b/sbin/fsck_msdos/boot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: boot.c,v 1.7 2002/02/14 02:53:36 aaron Exp $ */ +/* $OpenBSD: boot.c,v 1.8 2003/03/11 04:42:25 david Exp $ */ /* $NetBSD: boot.c,v 1.5 1997/10/17 11:19:23 ws Exp $ */ /* @@ -35,7 +35,7 @@ #ifndef lint -static char rcsid[] = "$OpenBSD: boot.c,v 1.7 2002/02/14 02:53:36 aaron Exp $"; +static char rcsid[] = "$OpenBSD: boot.c,v 1.8 2003/03/11 04:42:25 david Exp $"; #endif /* not lint */ #include <stdlib.h> @@ -262,7 +262,7 @@ writefsinfo(dosfs, boot) * correctly, it has to be fixed pretty often. * * Therefor, we handle the FSINFO block only informally, - * fixing it if neccessary, but otherwise ignoring the + * fixing it if necessary, but otherwise ignoring the * fact that it was incorrect. */ return 0; diff --git a/sbin/fsck_msdos/ext.h b/sbin/fsck_msdos/ext.h index 98022d201af..83051a2b7eb 100644 --- a/sbin/fsck_msdos/ext.h +++ b/sbin/fsck_msdos/ext.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ext.h,v 1.7 2002/02/16 21:27:34 millert Exp $ */ +/* $OpenBSD: ext.h,v 1.8 2003/03/11 04:42:25 david Exp $ */ /* $NetBSD: ext.h,v 1.5 1997/10/17 11:19:48 ws Exp $ */ /* @@ -94,7 +94,7 @@ int readfat(int, struct bootblock *, int, struct fatEntry **); /* * Check two FAT copies for consistency and merge changes into the - * first if neccessary. + * first if necessary. */ int comparefat(struct bootblock *, struct fatEntry *, struct fatEntry *, int); |