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

From: Florian Schmaus
Date: Mon Aug 11 2025 - 05:16:45 EST


Fix a typo in the comment of ___EXPORT_SYMBOL(): it should read 'can',
not 'cam'.

Signed-off-by: Florian Schmaus <flo@xxxxxxxxxxxx>
---
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