summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>2016-05-02 12:20:51 -0700
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>2016-06-15 15:59:10 -0700
commitaab057382cb9b16249552684c1ebd270f070ec02 (patch)
tree8a65489bc8c37654817adaf7b1fdbda591a85fe0 /kernel/rcu
parent4929c913bda505dbe44bb42c00da06011fee6c9d (diff)
downloadlinux-0-day-aab057382cb9b16249552684c1ebd270f070ec02.tar.gz
linux-0-day-aab057382cb9b16249552684c1ebd270f070ec02.tar.xz
rcu: Fix a typo in a comment
In the area in hot pursuit of a bug, so might as well clean it up. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'kernel/rcu')
-rw-r--r--kernel/rcu/rcutorture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/rcu/rcutorture.c b/kernel/rcu/rcutorture.c
index 084a28a732eb7..60bd533902f9a 100644
--- a/kernel/rcu/rcutorture.c
+++ b/kernel/rcu/rcutorture.c
@@ -1476,7 +1476,7 @@ static int rcu_torture_barrier_cbs(void *arg)
break;
/*
* The above smp_load_acquire() ensures barrier_phase load
- * is ordered before the folloiwng ->call().
+ * is ordered before the following ->call().
*/
local_irq_disable(); /* Just to test no-irq call_rcu(). */
cur_ops->call(&rcu, rcu_torture_barrier_cbf);