Skip to content

Commit f820604

Browse files
andy-shevarndb
authored andcommitted
asm-generic: Fix spelling of architecture
Fix spelling of "architecture" in the Kbuild file. Signed-off-by: Andy Shevchenko <[email protected]> Acked-by: Randy Dunlap <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 2fd0eba commit f820604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/asm-generic/Kbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# asm headers that all architectures except um should have
44
# (This file is not included when SRCARCH=um since UML borrows several
5-
# asm headers from the host architecutre.)
5+
# asm headers from the host architecture.)
66

77
mandatory-y += atomic.h
88
mandatory-y += archrandom.h

0 commit comments

Comments
 (0)