aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/once.h
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2021-09-07 19:57:41 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2021-09-08 11:50:25 -0700
commita8a47cf5ce4bbc70a54fa4eca71d35f43dc8218a (patch)
treea0073826d3832e5d4ff53c14c1e5773ffb021c45 /include/linux/once.h
parentarch: Kconfig: fix spelling mistake "seperate" -> "separate" (diff)
downloadlinux-dev-a8a47cf5ce4bbc70a54fa4eca71d35f43dc8218a.tar.xz
linux-dev-a8a47cf5ce4bbc70a54fa4eca71d35f43dc8218a.zip
include/linux/once.h: fix trivia typo Not -> Note
Fix trivia typo Not -> Note in the comment to DO_ONCE(). Link: https://lkml.kernel.org/r/20210722184349.76290-1-andriy.shevchenko@linux.intel.com Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '')
-rw-r--r--include/linux/once.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/once.h b/include/linux/once.h
index ae6f4eb41cbe..d361fb14ac3a 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);