diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2023-07-24 15:43:01 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-10-06 22:30:22 +0200 |
commit | f82060480095a909291adc90d5579f50b6ec0627 (patch) | |
tree | 7c6cebb4355af8a3dc88c6eb0f0d0793f39d768a /include/asm-generic | |
parent | arch: Reserve map_shadow_stack() syscall number for all architectures (diff) | |
download | linux-f82060480095a909291adc90d5579f50b6ec0627.tar.xz linux-f82060480095a909291adc90d5579f50b6ec0627.zip |
asm-generic: Fix spelling of architecture
Fix spelling of "architecture" in the Kbuild file.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'include/asm-generic')
-rw-r--r-- | include/asm-generic/Kbuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-generic/Kbuild b/include/asm-generic/Kbuild index 941be574bbe0..def242528b1d 100644 --- a/include/asm-generic/Kbuild +++ b/include/asm-generic/Kbuild @@ -2,7 +2,7 @@ # # asm headers that all architectures except um should have # (This file is not included when SRCARCH=um since UML borrows several -# asm headers from the host architecutre.) +# asm headers from the host architecture.) mandatory-y += atomic.h mandatory-y += archrandom.h |