From 3b3bb7cd627379963219bad12163430f9af94007 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Wed, 8 Feb 2023 12:49:33 +0100 Subject: treewide: Remove repeated words Found by linter Change-Id: I7a49cce0b56cf83d0e4490733f9190284a314c4a Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/72896 Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai Reviewed-by: Felix Singer --- src/arch/riscv/trap_util.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch/riscv') diff --git a/src/arch/riscv/trap_util.S b/src/arch/riscv/trap_util.S index f1c4c4d3b8..6b03eb5512 100644 --- a/src/arch/riscv/trap_util.S +++ b/src/arch/riscv/trap_util.S @@ -110,7 +110,7 @@ trap_entry: .Lsmp_hang: bnez sp, .Lsmp_hang - # Use a different stack than in the main context, to to avoid overwriting + # Use a different stack than in the main context, to avoid overwriting # stack data. # TODO: Maybe use the old stack pointer (plus an offset) instead. But only if # the previous mode was M, because it would be a very bad idea to use a stack -- cgit v1.2.3