diff options
author | asmodai <asmodai@FreeBSD.org> | 2001-02-06 11:21:58 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2001-02-06 11:21:58 +0000 |
commit | 2f1d3e2cdf4534d26d0b712e2d80bdce13126531 (patch) | |
tree | d3b94ea5b02dffbb2c0e5d31631391f45eda4df5 /sys/msdosfs | |
parent | 3ade7f7578b70f38723a624d12f4d0866ecc461f (diff) | |
download | FreeBSD-src-2f1d3e2cdf4534d26d0b712e2d80bdce13126531.zip FreeBSD-src-2f1d3e2cdf4534d26d0b712e2d80bdce13126531.tar.gz |
Fix typo: seperate -> separate.
Seperate does not exist in the english language.
Diffstat (limited to 'sys/msdosfs')
-rw-r--r-- | sys/msdosfs/bootsect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/msdosfs/bootsect.h b/sys/msdosfs/bootsect.h index 666c0f8..c3e3d68 100644 --- a/sys/msdosfs/bootsect.h +++ b/sys/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 |