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 /sbin/fsck_msdos | |
parent | 7752f16eb8906c40b60b5a989928c04415ab14c0 (diff) |
spelling
ok millert@
Diffstat (limited to 'sbin/fsck_msdos')
-rw-r--r-- | sbin/fsck_msdos/boot.c | 6 | ||||
-rw-r--r-- | sbin/fsck_msdos/ext.h | 4 |
2 files changed, 5 insertions, 5 deletions
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); |