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/ext.h | |
parent | 7752f16eb8906c40b60b5a989928c04415ab14c0 (diff) |
spelling
ok millert@
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); |