summaryrefslogtreecommitdiffstats
path: root/sys/boot/pc98
diff options
context:
space:
mode:
authorbrucec <brucec@FreeBSD.org>2011-03-01 11:47:51 +0000
committerbrucec <brucec@FreeBSD.org>2011-03-01 11:47:51 +0000
commit318d44b9bce302c0851213f1070bd6b080a363a7 (patch)
tree10af5fdeed33f2652f65031c73e6d39b08b1a1fd /sys/boot/pc98
parent9bdd2cd5a9bae82e8ae3ec5c085e4d4531aa22f7 (diff)
downloadFreeBSD-src-318d44b9bce302c0851213f1070bd6b080a363a7.zip
FreeBSD-src-318d44b9bce302c0851213f1070bd6b080a363a7.tar.gz
Remove duplicate "in".
Suggested by: Rob Farmer <rfarmer at predatorlabs.net> 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 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