summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2008-03-26 07:32:08 +0000
committerbrueffer <brueffer@FreeBSD.org>2008-03-26 07:32:08 +0000
commitb64d211df297d77924499922ae04318904cd0e56 (patch)
treee7fe03597b4470bc5563c7f3e7e962c88698ab9e /sys/boot
parent5c2e61e801aef375b0188875eeb133a6d8d46be7 (diff)
downloadFreeBSD-src-b64d211df297d77924499922ae04318904cd0e56.zip
FreeBSD-src-b64d211df297d77924499922ae04318904cd0e56.tar.gz
Fix some "in in" typos in comments.
PR: 121490 Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> Approved by: rwatson (mentor), jkoshy MFC after: 3 days
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/i386/cdboot/cdboot.s2
-rw-r--r--sys/boot/pc98/cdboot/cdboot.s2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/i386/cdboot/cdboot.s b/sys/boot/i386/cdboot/cdboot.s
index 8115589..7d2a840 100644
--- a/sys/boot/i386/cdboot/cdboot.s
+++ b/sys/boot/i386/cdboot/cdboot.s
@@ -174,7 +174,7 @@ lookup_path: push %si # Save file name pointer
lookup_found: # Found a loader file
#
# Load the binary into the buffer. Due to real mode addressing limitations
-# we have to read it in in 64k chunks.
+# we have to read it in 64k chunks.
#
mov DIR_SIZE(%bx),%eax # Read file length
add $SECTOR_SIZE-1,%eax # Convert length to sectors
diff --git a/sys/boot/pc98/cdboot/cdboot.s b/sys/boot/pc98/cdboot/cdboot.s
index 14af0a7..b6efeef 100644
--- a/sys/boot/pc98/cdboot/cdboot.s
+++ b/sys/boot/pc98/cdboot/cdboot.s
@@ -415,7 +415,7 @@ lookup_path: push %si # Save file name pointer
lookup_found: # Found a loader file
#
# Load the binary into the buffer. Due to real mode addressing limitations
-# we have to read it in in 64k chunks.
+# we have to read it in 64k chunks.
#
mov %es:DIR_SIZE(%bx),%eax # Read file length
add $SECTOR_SIZE-1,%eax # Convert length to sectors
OpenPOWER on IntegriCloud