summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/boot0
diff options
context:
space:
mode:
authorrnordier <rnordier@FreeBSD.org>2000-08-08 07:20:25 +0000
committerrnordier <rnordier@FreeBSD.org>2000-08-08 07:20:25 +0000
commita67d1a6b3b746bfec8a48fc85acf9a72c2bc2fde (patch)
tree3478a4f7146084ce65c6a8bcf28660d69ca5a36f /sys/boot/i386/boot0
parent557491ee17b9053c4ed0b8d0120b24e3fc73ef9e (diff)
downloadFreeBSD-src-a67d1a6b3b746bfec8a48fc85acf9a72c2bc2fde.zip
FreeBSD-src-a67d1a6b3b746bfec8a48fc85acf9a72c2bc2fde.tar.gz
Typo/spelling fixes.
Diffstat (limited to 'sys/boot/i386/boot0')
-rw-r--r--sys/boot/i386/boot0/boot0.s8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/boot/i386/boot0/boot0.s b/sys/boot/i386/boot0/boot0.s
index eccdd50..4ef775c 100644
--- a/sys/boot/i386/boot0/boot0.s
+++ b/sys/boot/i386/boot0/boot0.s
@@ -60,7 +60,7 @@
#
# Initialise segments and registers to known values.
# segments start at 0.
-# The stack is immediatly below the address we were loaded to.
+# The stack is immediately below the address we were loaded to.
#
# Note that this section of code is used as the first signature check in
# boot0cfg(8).
@@ -76,7 +76,7 @@ start: cld # String ops inc
#
#
# Set address for variable space beyond code, and clear it.
-# Notice that this is also used to point to the values embedded in in the block,
+# Notice that this is also used to point to the values embedded in the block,
# by using negative offsets.
#
movw $fake,%bp # Address variables
@@ -118,7 +118,7 @@ main.2: movb %dl,_FAKE(%bp) # Save drive number
#
# Start out with a pointer to the 4th byte of the first table entry
# so that after 4 iterations it's beyond the end of the sector.
-# and beyond a 256 byte boundary and thos overflowed 8 bits (see next comment).
+# and beyond a 256 byte boundary and has overflowed 8 bits (see next comment).
# (remember that the table starts 2 bytes earlier than you would expect
# as the bootable flag is after it in the block)
#
@@ -440,7 +440,7 @@ tables:
table0: .byte 0x0, 0x5, 0xf
table0_end:
#
-# These valuse indicate botable types we know the names of
+# These values indicate bootable types we know the names of
#
table1: .byte 0x1, 0x4, 0x6, 0x7, 0xb, 0xc, 0xe, 0x63, 0x83
.byte 0xa5, 0xa6, 0xa9, 0xb7
OpenPOWER on IntegriCloud