From: Paul E. McKenney Date: Mon, 2 May 2016 19:20:51 +0000 (-0700) Subject: rcu: Fix a typo in a comment X-Git-Tag: v4.8-rc1~188^2^2^2~2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=aab057382cb9b16249552684c1ebd270f070ec02;p=karo-tx-linux.git 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 --- diff --git a/kernel/rcu/rcutorture.c b/kernel/rcu/rcutorture.c index 084a28a732eb..60bd533902f9 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);