From f79f775eda71b66f9ca540f3a31e221cb269b5d6 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sun, 12 Dec 2021 21:43:13 +0100 Subject: [PATCH] arch/x86/c_start.S: Remove duplicated "the" in comments Change-Id: Ib1be1db6f475ad0e1f34703bfe1257d02b86742c Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/60067 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans --- src/arch/x86/c_start.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arch/x86/c_start.S b/src/arch/x86/c_start.S index c3fdfd9f17..84fbed2956 100644 --- a/src/arch/x86/c_start.S +++ b/src/arch/x86/c_start.S @@ -4,7 +4,7 @@ #include #include -/* 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