Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Dec 2008 20:53:27 +0000 (UTC)
From:      Maxim Sobolev <sobomax@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r185776 - head/sys/boot/i386/boot0
Message-ID:  <200812082053.mB8KrRjX070416@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812082053.mB8KrRjX070416>