summaryrefslogtreecommitdiff
path: root/include/asm-generic
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2023-07-24 16:43:01 +0300
committerArnd Bergmann <arnd@arndb.de>2023-10-06 22:30:22 +0200
commitf82060480095a909291adc90d5579f50b6ec0627 (patch)
tree7c6cebb4355af8a3dc88c6eb0f0d0793f39d768a /include/asm-generic
parent2fd0ebad27bcd4c8fc61c61a98d4283c47054bcf (diff)
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/Kbuild2
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