summaryrefslogtreecommitdiffstats
path: root/sys/boot/pc98
diff options
context:
space:
mode:
authorbrucec <brucec@FreeBSD.org>2011-02-28 10:03:48 +0000
committerbrucec <brucec@FreeBSD.org>2011-02-28 10:03:48 +0000
commit3c9e9703684f6dfead092efb53cd3f06397f8e48 (patch)
treea74df033605961395716ff90c2bfb98fd63a1e80 /sys/boot/pc98
parent851c06bea50a8a68cd5deef6502e4225b0b839eb (diff)
downloadFreeBSD-src-3c9e9703684f6dfead092efb53cd3f06397f8e48.zip
FreeBSD-src-3c9e9703684f6dfead092efb53cd3f06397f8e48.tar.gz
Revert some of r177626. "in in" is valid in certain sentences.
PR: 121490 MFC after: 3 days
Diffstat (limited to 'sys/boot/pc98')
-rw-r--r--sys/boot/pc98/cdboot/cdboot.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/pc98/cdboot/cdboot.s b/sys/boot/pc98/cdboot/cdboot.s
index b6efeef..14af0a7 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 64k chunks.
+# we have to read it in in 64k chunks.
#
mov %es:DIR_SIZE(%bx),%eax # Read file length
add $SECTOR_SIZE-1,%eax # Convert length to sectors
OpenPOWER on IntegriCloud