From 4f9c15185d7df6e5ffa46b02248eb256ca6d9239 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 20 Sep 2024 09:24:35 +0200 Subject: [PATCH] arm: Fix up a stale comment in sections.c There are currently four symbols here, so drop the word 'two'. Signed-off-by: Simon Glass Acked-by: Ilias Apalodimas --- arch/arm/lib/sections.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/lib/sections.c b/arch/arm/lib/sections.c index 07efabaa7d..8955aa6111 100644 --- a/arch/arm/lib/sections.c +++ b/arch/arm/lib/sections.c @@ -5,7 +5,7 @@ #include /** - * These two symbols are declared in a C file so that the linker + * These symbols are declared in a C file so that the linker * uses R_ARM_RELATIVE relocation, rather than the R_ARM_ABS32 one * it would use if the symbols were defined in the linker file. * Using only R_ARM_RELATIVE relocation ensures that references to -- 2.39.5