From: Andy Shevchenko Date: Mon, 24 Jul 2023 13:43:01 +0000 (+0300) Subject: asm-generic: Fix spelling of architecture X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f82060480095a909291adc90d5579f50b6ec0627;p=linux.git asm-generic: Fix spelling of architecture Fix spelling of "architecture" in the Kbuild file. Signed-off-by: Andy Shevchenko Acked-by: Randy Dunlap Signed-off-by: Arnd Bergmann --- diff --git a/include/asm-generic/Kbuild b/include/asm-generic/Kbuild index 941be574bbe00..def242528b1db 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