2021-07-22 18:47:26

by Andy Shevchenko

[permalink] [raw]
Subject: [PATCH v1 1/1] once: Fix trivia typo Not -> Note

Fix trivia typo Not -> Note in the comment to DO_ONCE().

Signed-off-by: Andy Shevchenko <[email protected]>
---
include/linux/once.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/once.h b/include/linux/once.h
index 9225ee6d96c7..095c6debd63b 100644
--- a/include/linux/once.h
+++ b/include/linux/once.h
@@ -16,7 +16,7 @@ void __do_once_done(bool *done, struct static_key_true *once_key,
* out the condition into a nop. DO_ONCE() guarantees type safety of
* arguments!
*
- * Not that the following is not equivalent ...
+ * Note that the following is not equivalent ...
*
* DO_ONCE(func, arg);
* DO_ONCE(func, arg);
--
2.30.2