[Buildroot] [git commit branch/2025.02.x] arch/Config.in.arm: fix typo in help text

Titouan Christophe titouan.christophe at mind.be
Thu Sep 4 11:57:23 UTC 2025


commit: https://git.buildroot.net/buildroot/commit/?id=60d63597000dc5e91d7775176d9debc585ed107e
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2025.02.x

Signed-off-by: Edgar Bonet <bonet at grenoble.cnrs.fr>
Signed-off-by: Julien Olivain <ju.o at free.fr>
(cherry picked from commit 36eed021b6cb291e4892e4749e8b123aed328ba4)
Signed-off-by: Titouan Christophe <titouan.christophe at mind.be>
---
 arch/Config.in.arm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/Config.in.arm b/arch/Config.in.arm
index 546ba8070e..f01dcc4d5a 100644
--- a/arch/Config.in.arm
+++ b/arch/Config.in.arm
@@ -777,7 +777,7 @@ config BR2_ARM_INSTRUCTIONS_THUMB
 	# Thumb-1 and VFP are not compatible
 	depends on BR2_ARM_SOFT_FLOAT
 	help
-	  This option instructions the compiler to generate Thumb
+	  This option instructs the compiler to generate Thumb
 	  instructions, which allows to mix 16 bits instructions and
 	  32 bits instructions. This generally provides a much smaller
 	  compiled binary size.
@@ -790,7 +790,7 @@ config BR2_ARM_INSTRUCTIONS_THUMB2
 	bool "Thumb2"
 	depends on BR2_ARM_CPU_HAS_THUMB2
 	help
-	  This option instructions the compiler to generate Thumb2
+	  This option instructs the compiler to generate Thumb2
 	  instructions, which allows to mix 16 bits instructions and
 	  32 bits instructions. This generally provides a much smaller
 	  compiled binary size.


More information about the buildroot mailing list