diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2023-01-29 15:10:49 -0800 |
---|---|---|
committer | Joel Fernandes (Google) <joel@joelfernandes.org> | 2023-04-05 13:47:18 +0000 |
commit | c4af9e00894575797395e6cdd98b3a227ee70e29 (patch) | |
tree | 51dac0066eca9ba4c438f3dc51483483479df1e1 /Documentation/RCU/UP.rst | |
parent | 754aa6427efeb8a059233e18e810263a108fdd71 (diff) | |
download | linux-c4af9e00894575797395e6cdd98b3a227ee70e29.tar.gz linux-c4af9e00894575797395e6cdd98b3a227ee70e29.tar.bz2 linux-c4af9e00894575797395e6cdd98b3a227ee70e29.zip |
Documentation: RCU: Correct spelling
Correct spelling problems for Documentation/RCU/ as reported
by codespell.
Note: in RTFP.txt, there are other misspellings that are left as is
since they were used that way in email Subject: lines or in LWN.net
articles. [preemptable, Preemptable, synchonisation]
Acked-by: Joel Fernandes (Google) <joel@joelfernandes.org>
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: "Paul E. McKenney" <paulmck@kernel.org>
Cc: Frederic Weisbecker <frederic@kernel.org>
Cc: Neeraj Upadhyay <quic_neeraju@quicinc.com>
Cc: Josh Triplett <josh@joshtriplett.org>
Cc: rcu@vger.kernel.org
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org>
Diffstat (limited to 'Documentation/RCU/UP.rst')
-rw-r--r-- | Documentation/RCU/UP.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/RCU/UP.rst b/Documentation/RCU/UP.rst index 8b20fd45f255..4060d7a2f62a 100644 --- a/Documentation/RCU/UP.rst +++ b/Documentation/RCU/UP.rst @@ -107,7 +107,7 @@ UP systems, including PREEMPT SMP builds running on UP systems. Quick Quiz #3: Why can't synchronize_rcu() return immediately on UP systems running - preemptable RCU? + preemptible RCU? .. _answer_quick_quiz_up: @@ -143,7 +143,7 @@ Answer to Quick Quiz #2: Answer to Quick Quiz #3: Why can't synchronize_rcu() return immediately on UP systems - running preemptable RCU? + running preemptible RCU? Because some other task might have been preempted in the middle of an RCU read-side critical section. If synchronize_rcu() |