summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2008-12-08 20:53:27 +0000
committersobomax <sobomax@FreeBSD.org>2008-12-08 20:53:27 +0000
commit2491570a9d7a97a5c127953203f037ececfce486 (patch)
treed51c5879334fd23df5db0826810ccc75d5c57189 /sys/boot
parente19f3b1fe198b427f2231ec83d72b4bc47939149 (diff)
downloadFreeBSD-src-2491570a9d7a97a5c127953203f037ececfce486.zip
FreeBSD-src-2491570a9d7a97a5c127953203f037ececfce486.tar.gz
Fix typo in the comment %is -> %si.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/i386/boot0/boot0.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/boot0/boot0.S b/sys/boot/i386/boot0/boot0.S
index caa89e8..3baf0e6 100644
--- a/sys/boot/i386/boot0/boot0.S
+++ b/sys/boot/i386/boot0/boot0.S
@@ -93,7 +93,7 @@
* %si pointer to the partition table from which we were loaded.
* Some boot code (e.g. syslinux) use this info to relocate
* themselves, so we want to pass a valid one to the next stage.
- * NOTE: the use of %is is not a standard.
+ * NOTE: the use of %si is not a standard.
*
* This boot block first relocates itself at a different address (0:0x600),
* to free the space at 0:0x7c00 for the next stage boot block.
OpenPOWER on IntegriCloud