[coreboot] [v2] r4038 - trunk/coreboot-v2/src/arch/i386/boot

svn at coreboot.org svn at coreboot.org
Tue Mar 31 19:17:31 CEST 2009


Author: stepan
Date: 2009-03-31 19:17:30 +0200 (Tue, 31 Mar 2009)
New Revision: 4038

Modified:
   trunk/coreboot-v2/src/arch/i386/boot/boot.c
Log:
fix typo

Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>



Modified: trunk/coreboot-v2/src/arch/i386/boot/boot.c
===================================================================
--- trunk/coreboot-v2/src/arch/i386/boot/boot.c	2009-03-31 17:15:42 UTC (rev 4037)
+++ trunk/coreboot-v2/src/arch/i386/boot/boot.c	2009-03-31 17:17:30 UTC (rev 4038)
@@ -114,7 +114,7 @@
 		"	addl	12(%%esp), %%eax\n\t"
 		"	addl	 8(%%esp), %%eax\n\t"
 		"	movl	%%eax, 20(%%esp)\n\t"
-		/* Place a copy of coreboot in it's new location */
+		/* Place a copy of coreboot in its new location */
 		/* Move ``longs'' the coreboot size is 4 byte aligned */
 		"	movl	12(%%esp), %%edi\n\t"
 		"	addl	 8(%%esp), %%edi\n\t"





More information about the coreboot mailing list