diff options
Diffstat (limited to 'sys/fs/msdosfs/bootsect.h')
-rw-r--r-- | sys/fs/msdosfs/bootsect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/msdosfs/bootsect.h b/sys/fs/msdosfs/bootsect.h index 666c0f8..c3e3d68 100644 --- a/sys/fs/msdosfs/bootsect.h +++ b/sys/fs/msdosfs/bootsect.h @@ -74,7 +74,7 @@ struct bootsector710 { #ifdef atari /* * The boot sector on a gemdos fs is a little bit different from the msdos fs - * format. Currently there is no need to declare a seperate structure, the + * format. Currently there is no need to declare a separate structure, the * bootsector33 struct will do. */ #if 0 |