diff options
author | Bhaskar Chowdhury <unixbhaskar@gmail.com> | 2021-03-22 13:28:19 +0100 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2021-05-10 21:38:59 +0200 |
commit | f79f7a2d96769d2a3e663a3e673066be77c30cc3 (patch) | |
tree | aa559695973c63b2cc68fbd136b9e24b86317727 /arch/arc/Makefile | |
parent | Linux 5.13-rc1 (diff) | |
download | linux-f79f7a2d96769d2a3e663a3e673066be77c30cc3.tar.xz linux-f79f7a2d96769d2a3e663a3e673066be77c30cc3.zip |
arc: Fix typos/spellos
s/commiting/committing/
s/defintion/definition/
s/gaurantees/guarantees/
s/interrpted/interrupted/
s/interrutps/interrupts/
s/succeded/succeeded/
s/unconditonally/unconditionally/
Reviewed-by: Christian Brauner <christian.brauner@ubuntu.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/Makefile')
-rw-r--r-- | arch/arc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/Makefile b/arch/arc/Makefile index 4392c9c189c4..e47adc97a89b 100644 --- a/arch/arc/Makefile +++ b/arch/arc/Makefile @@ -31,7 +31,7 @@ endif ifdef CONFIG_ARC_CURR_IN_REG -# For a global register defintion, make sure it gets passed to every file +# For a global register definition, make sure it gets passed to every file # We had a customer reported bug where some code built in kernel was NOT using # any kernel headers, and missing the r25 global register # Can't do unconditionally because of recursive include issues |