svn commit: r185776 - head/sys/boot/i386/boot0

Maxim Sobolev sobomax at FreeBSD.org
Mon Dec 8 12:53:27 PST 2008


Author: sobomax
Date: Mon Dec  8 20:53:27 2008
New Revision: 185776
URL: http://svn.freebsd.org/changeset/base/185776

Log:
  Fix typo in the comment %is -> %si.

Modified:
  head/sys/boot/i386/boot0/boot0.S

Modified: head/sys/boot/i386/boot0/boot0.S
==============================================================================
--- head/sys/boot/i386/boot0/boot0.S	Mon Dec  8 20:27:00 2008	(r185775)
+++ head/sys/boot/i386/boot0/boot0.S	Mon Dec  8 20:53:27 2008	(r185776)
@@ -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.


More information about the svn-src-all mailing list