diff mbox series

arc: Fix spelling mistake and grammar in Kconfig

Message ID 20210704092824.34886-1-colin.king@canonical.com
State New
Headers show
Series arc: Fix spelling mistake and grammar in Kconfig | expand

Commit Message

Colin Ian King July 4, 2021, 9:28 a.m. UTC
From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake and incorrect grammar in the Kconfig
text. Fix them.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 arch/arc/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Vineet Gupta July 13, 2021, 7:43 p.m. UTC | #1
On 7/4/21 2:28 AM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> There is a spelling mistake and incorrect grammar in the Kconfig
> text. Fix them.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Thx for the fix. Added to for-curr

-Vineet
diff mbox series

Patch

diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig
index d8f51eb8963b..b5bf68e74732 100644
--- a/arch/arc/Kconfig
+++ b/arch/arc/Kconfig
@@ -409,7 +409,7 @@  choice
 	help
 	  Depending on the configuration, CPU can contain DSP registers
 	  (ACC0_GLO, ACC0_GHI, DSP_BFLY0, DSP_CTRL, DSP_FFT_CTRL).
-	  Bellow is options describing how to handle these registers in
+	  Below are options describing how to handle these registers in
 	  interrupt entry / exit and in context switch.
 
 config ARC_DSP_NONE