HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/60067 )
Change subject: arch/x86/c_start.S: Remove duplicated "the" in comments ......................................................................
arch/x86/c_start.S: Remove duplicated "the" in comments
Change-Id: Ib1be1db6f475ad0e1f34703bfe1257d02b86742c Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/arch/x86/c_start.S 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/67/60067/1
diff --git a/src/arch/x86/c_start.S b/src/arch/x86/c_start.S index c3fdfd9..84fbed2 100644 --- a/src/arch/x86/c_start.S +++ b/src/arch/x86/c_start.S @@ -4,7 +4,7 @@ #include <cpu/x86/post_code.h> #include <arch/ram_segs.h>
-/* Place the stack in the bss section. It's not necessary to define it in the +/* Place the stack in the bss section. It's not necessary to define it in * the linker script. */ .section .bss, "aw", @nobits .global _stack