Documentation/RCU: s/not/note/ in checklist.rst
authorQiuxu Zhuo <qiuxu.zhuo@intel.com>
Fri, 13 Jan 2023 08:31:08 +0000 (16:31 +0800)
committerJoel Fernandes (Google) <joel@joelfernandes.org>
Wed, 5 Apr 2023 13:47:18 +0000 (13:47 +0000)
"Please not that you *cannot* rely..." has a typo.
Fix it.

Acked-by: Joel Fernandes (Google) <joel@joelfernandes.org>
Signed-off-by: Qiuxu Zhuo <qiuxu.zhuo@intel.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org>
Documentation/RCU/checklist.rst

index cc361fb01ed4e3bf5c7d6ef7fe29564f17aef76a..bd3c58c44befdd3a04811c81e4887bad6f321255 100644 (file)
@@ -70,7 +70,7 @@ over a rather long period of time, but improvements are always welcome!
        can serve as rcu_read_lock_sched(), but is less readable and
        prevents lockdep from detecting locking issues.
 
-       Please not that you *cannot* rely on code known to be built
+       Please note that you *cannot* rely on code known to be built
        only in non-preemptible kernels.  Such code can and will break,
        especially in kernels built with CONFIG_PREEMPT_COUNT=y.