[PATCH] linux/export.h: Fix a typo "cam"

Florian Schmaus posted 1 patch 1 month, 3 weeks ago
include/linux/export.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] linux/export.h: Fix a typo "cam"
Posted by Florian Schmaus 1 month, 3 weeks ago
Fix a typo in the comment of ___EXPORT_SYMBOL(): it should read 'can',
not 'cam'.

Signed-off-by: Florian Schmaus <flo@geekplace.eu>
---
 include/linux/export.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/export.h b/include/linux/export.h
index f35d03b4113b..07239c566caa 100644
--- a/include/linux/export.h
+++ b/include/linux/export.h
@@ -25,7 +25,7 @@
 #endif
 
 /*
- * LLVM integrated assembler cam merge adjacent string literals (like
+ * LLVM integrated assembler can merge adjacent string literals (like
  * C and GNU-as) passed to '.ascii', but not to '.asciz' and chokes on:
  *
  *   .asciz "MODULE_" "kvm" ;
-- 
2.49.1