diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-12-12 21:43:13 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-12-13 23:46:54 +0000 |
commit | f79f775eda71b66f9ca540f3a31e221cb269b5d6 (patch) | |
tree | 8651dc824ab9d21136d79f4e6e5f93a829106b06 /src | |
parent | 123312d6a56778faf676df8f0dcf622d4350b126 (diff) |
arch/x86/c_start.S: Remove duplicated "the" in comments
Change-Id: Ib1be1db6f475ad0e1f34703bfe1257d02b86742c
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60067
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src')
-rw-r--r-- | src/arch/x86/c_start.S | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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 |