rcu.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs: Fix typo in Documentation/RCU/checklist.rst
@ 2023-04-11 14:13 Lin Yu Chen
  2023-04-12  4:52 ` Paul E. McKenney
  0 siblings, 1 reply; 2+ messages in thread
From: Lin Yu Chen @ 2023-04-11 14:13 UTC (permalink / raw)
  To: corbet
  Cc: paulmck, frederic, quic_neeraju, josh, rostedt,
	mathieu.desnoyers, jiangshanlai, joel, rcu, linux-doc,
	linux-kernel, Lin Yu Chen

This commit corrects the spelling of "not" to "note" to accurately
convey the intended meaning.

Signed-off-by: Lin Yu Chen <starpt.official@gmail.com>
---
 Documentation/RCU/checklist.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/RCU/checklist.rst b/Documentation/RCU/checklist.rst
index cc361fb01ed4..bd3c58c44bef 100644
--- a/Documentation/RCU/checklist.rst
+++ b/Documentation/RCU/checklist.rst
@@ -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.
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-12  4:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-11 14:13 [PATCH] docs: Fix typo in Documentation/RCU/checklist.rst Lin Yu Chen
2023-04-12  4:52 ` Paul E. McKenney

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).