diff options
author | Colin Ian King <colin.king@canonical.com> | 2021-07-04 10:28:24 +0100 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2021-08-03 18:58:33 -0700 |
commit | 81e82fa58098b13af206c8ba4edb690bf5b7d5d5 (patch) | |
tree | f81bb52342aae5c52263f3c9102eff5b884eba06 /arch/arc/Kconfig | |
parent | d4067395519b40d4ee9b7c26347233e4ae59f900 (diff) | |
download | linux-81e82fa58098b13af206c8ba4edb690bf5b7d5d5.tar.gz |
arc: Fix spelling mistake and grammar in Kconfig
There is a spelling mistake and incorrect grammar in the Kconfig
text. Fix them.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/Kconfig')
-rw-r--r-- | arch/arc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |