From a6d94c502cfa934ed43a042d52ae6019b3c0244d Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Mon, 8 Dec 2008 20:53:27 +0000 Subject: [PATCH] Fix typo in the comment %is -> %si. --- sys/boot/i386/boot0/boot0.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/boot/i386/boot0/boot0.S b/sys/boot/i386/boot0/boot0.S index caa89e86a5ee..3baf0e6f959b 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.