arm64: asm-prototypes: Fix fat-fingered typo in comment
authorWill Deacon <[email protected]>
Wed, 9 Jan 2019 10:34:49 +0000 (10:34 +0000)
committerWill Deacon <[email protected]>
Thu, 10 Jan 2019 11:11:46 +0000 (11:11 +0000)
Some of the right letters, not necessarily in the right order:

CONFIG_MODEVERIONS -> CONFIG_MODVERSIONS

Signed-off-by: Will Deacon <[email protected]>
arch/arm64/include/asm/asm-prototypes.h

index 2173ad32d550770a40bdd26367aebbb18187d717..1c9a3a0c5fa5fedee46d1c983832a4505098326f 100644 (file)
@@ -2,7 +2,7 @@
 #ifndef __ASM_PROTOTYPES_H
 #define __ASM_PROTOTYPES_H
 /*
- * CONFIG_MODEVERIONS requires a C declaration to generate the appropriate CRC
+ * CONFIG_MODVERSIONS requires a C declaration to generate the appropriate CRC
  * for each symbol. Since commit:
  *
  *   4efca4ed05cbdfd1 ("kbuild: modversions for EXPORT_SYMBOL() for asm")