summaryrefslogtreecommitdiffstats
path: root/Documentation/RCU
diff options
context:
space:
mode:
authorJoel Fernandes (Google)2018-10-28 05:30:46 +0100
committerPaul E. McKenney2018-11-12 17:56:25 +0100
commit97b59370fa5959d5833a54f303f640d094af3d3c (patch)
tree922a478e8633619ff5b069029dc720da4c0ba750 /Documentation/RCU
parentdoc: Correct parameter in stallwarn (diff)
downloadkernel-qcow2-linux-97b59370fa5959d5833a54f303f640d094af3d3c.tar.gz
kernel-qcow2-linux-97b59370fa5959d5833a54f303f640d094af3d3c.tar.xz
kernel-qcow2-linux-97b59370fa5959d5833a54f303f640d094af3d3c.zip
doc: Fix "struction" typo in RCU memory-ordering documentation
This commit replaces "struction" with the correct "structure". Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org> Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
Diffstat (limited to 'Documentation/RCU')
-rw-r--r--Documentation/RCU/Design/Memory-Ordering/Tree-RCU-Memory-Ordering.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RCU/Design/Memory-Ordering/Tree-RCU-Memory-Ordering.html b/Documentation/RCU/Design/Memory-Ordering/Tree-RCU-Memory-Ordering.html
index a346ce0116eb..e4d94fba6c89 100644
--- a/Documentation/RCU/Design/Memory-Ordering/Tree-RCU-Memory-Ordering.html
+++ b/Documentation/RCU/Design/Memory-Ordering/Tree-RCU-Memory-Ordering.html
@@ -77,7 +77,7 @@ The key point is that the lock-acquisition functions, including
<tt>smp_mb__after_unlock_lock()</tt> immediately after successful
acquisition of the lock.
-<p>Therefore, for any given <tt>rcu_node</tt> struction, any access
+<p>Therefore, for any given <tt>rcu_node</tt> structure, any access
happening before one of the above lock-release functions will be seen
by all CPUs as happening before any access happening after a later
one of the above lock-acquisition functions.