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 <[email protected]>
Acked-by: Stefan Reinauer <[email protected]>



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"


-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to