lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250811090842.141421-1-flo@geekplace.eu>
Date: Mon, 11 Aug 2025 11:08:42 +0200
From: Florian Schmaus <flo@...kplace.eu>
To: Masahiro Yamada <masahiroy@...nel.org>,
	Peter Zijlstra <peterz@...radead.org>,
	Petr Pavlu <petr.pavlu@...e.com>,
	Sami Tolvanen <samitolvanen@...gle.com>,
	Greg KH <gregkh@...uxfoundation.org>,
	Florian Schmaus <flo@...kplace.eu>
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] linux/export.h: Fix a typo "cam"

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

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


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ