diff options
author | sobomax <sobomax@FreeBSD.org> | 2008-12-08 20:53:27 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2008-12-08 20:53:27 +0000 |
commit | 2491570a9d7a97a5c127953203f037ececfce486 (patch) | |
tree | d51c5879334fd23df5db0826810ccc75d5c57189 /sys/boot/i386 | |
parent | e19f3b1fe198b427f2231ec83d72b4bc47939149 (diff) | |
download | FreeBSD-src-2491570a9d7a97a5c127953203f037ececfce486.zip FreeBSD-src-2491570a9d7a97a5c127953203f037ececfce486.tar.gz |
Fix typo in the comment %is -> %si.
Diffstat (limited to 'sys/boot/i386')
-rw-r--r-- | sys/boot/i386/boot0/boot0.S | 2 |
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. |