* [PATCH] linux/export.h: Fix a typo "cam"
@ 2025-08-11 9:08 Florian Schmaus
0 siblings, 0 replies; only message in thread
From: Florian Schmaus @ 2025-08-11 9:08 UTC (permalink / raw)
To: Masahiro Yamada, Peter Zijlstra, Petr Pavlu, Sami Tolvanen,
Greg KH, Florian Schmaus
Cc: linux-kernel
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-08-11 9:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-11 9:08 [PATCH] linux/export.h: Fix a typo "cam" Florian Schmaus
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).