diff options
Diffstat (limited to 'sbin/fsck_msdos/ext.h')
-rw-r--r-- | sbin/fsck_msdos/ext.h | 4 |
1 files changed, 2 insertions, 2 deletions
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); |