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/boot | |
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/boot')
-rw-r--r-- | sys/boot/i386/pxeldr/pxeldr.S | 2 | ||||
-rw-r--r-- | sys/boot/i386/pxeldr/pxeldr.s | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/i386/pxeldr/pxeldr.S b/sys/boot/i386/pxeldr/pxeldr.S index cc8eb16..2c25442 100644 --- a/sys/boot/i386/pxeldr/pxeldr.S +++ b/sys/boot/i386/pxeldr/pxeldr.S @@ -22,7 +22,7 @@ # boot[12] environment (protected mode, a bootinfo struct, etc.), and then jumps # to the start of btxldr to start the boot process. This method allows a stock # /boot/loader to be booted over the network via PXE w/o having to write a -# seperate PXE-aware client just to load the loader. +# separate PXE-aware client just to load the loader. # # diff --git a/sys/boot/i386/pxeldr/pxeldr.s b/sys/boot/i386/pxeldr/pxeldr.s index cc8eb16..2c25442 100644 --- a/sys/boot/i386/pxeldr/pxeldr.s +++ b/sys/boot/i386/pxeldr/pxeldr.s @@ -22,7 +22,7 @@ # boot[12] environment (protected mode, a bootinfo struct, etc.), and then jumps # to the start of btxldr to start the boot process. This method allows a stock # /boot/loader to be booted over the network via PXE w/o having to write a -# seperate PXE-aware client just to load the loader. +# separate PXE-aware client just to load the loader. # # |