diff mbox series

unwind: remove duplicate word

Message ID 20241120044843.10492-1-RuffaloLavoisier@gmail.com (mailing list archive)
State New
Headers show
Series unwind: remove duplicate word | expand

Commit Message

Ruffalo Lavoisier Nov. 20, 2024, 4:48 a.m. UTC
- Remove duplicate word, 'the'.
---
 arch/arm/include/asm/unwind.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/arm/include/asm/unwind.h b/arch/arm/include/asm/unwind.h
index d60b09a5acfc..a75da9a01f91 100644
--- a/arch/arm/include/asm/unwind.h
+++ b/arch/arm/include/asm/unwind.h
@@ -10,7 +10,7 @@ 
 
 #ifndef __ASSEMBLY__
 
-/* Unwind reason code according the the ARM EABI documents */
+/* Unwind reason code according the ARM EABI documents */
 enum unwind_reason_code {
 	URC_OK = 0,			/* operation completed successfully */
 	URC_CONTINUE_UNWIND = 8,