diff options
| author | Simon Glass <[email protected]> | 2024-09-20 09:24:35 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-10-03 11:52:16 -0600 |
| commit | 4f9c15185d7df6e5ffa46b02248eb256ca6d9239 (patch) | |
| tree | cdcf51c06263e367a4f6a90f490841bd65b8d9e6 | |
| parent | 861df831d3d2d20b6e665fef08cca770ef5c99bb (diff) | |
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 <[email protected]>
Acked-by: Ilias Apalodimas <[email protected]>
| -rw-r--r-- | arch/arm/lib/sections.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/lib/sections.c b/arch/arm/lib/sections.c index 07efabaa7dc..8955aa6111c 100644 --- a/arch/arm/lib/sections.c +++ b/arch/arm/lib/sections.c @@ -5,7 +5,7 @@ #include <linux/compiler.h> /** - * 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 |
