diff options
author | Randy Dunlap <[email protected]> | 2020-01-31 17:52:30 -0800 |
---|---|---|
committer | Guo Ren <[email protected]> | 2020-02-21 15:43:25 +0800 |
commit | bebd26ab623616728d6e72b5c74a47bfff5287d8 (patch) | |
tree | 3e9b3add17730aae39a510bb1c0049943f700f97 | |
parent | 2305f60b76110cb3e8658a4ae85d1f7eb0c66a5b (diff) |
arch/csky: fix some Kconfig typos
Fix wording in help text for the CPU_HAS_LDSTEX symbol.
Signed-off-by: Randy Dunlap <[email protected]>
Signed-off-by: Guo Ren <[email protected]>
Signed-off-by: Guo Ren <[email protected]>
-rw-r--r-- | arch/csky/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/csky/Kconfig b/arch/csky/Kconfig index 111474b50f69..f1e73543feec 100644 --- a/arch/csky/Kconfig +++ b/arch/csky/Kconfig @@ -76,7 +76,7 @@ config CPU_HAS_TLBI config CPU_HAS_LDSTEX bool help - For SMP, CPU needs "ldex&stex" instrcutions to atomic operations. + For SMP, CPU needs "ldex&stex" instructions for atomic operations. config CPU_NEED_TLBSYNC bool |