Commit 354c3f0e authored by Zhouyi Zhou's avatar Zhouyi Zhou Committed by Paul E. McKenney
Browse files

rcu: Fix a typo in rcu_blocking_is_gp() header comment



This commit fixes a typo in the rcu_blocking_is_gp() function's header
comment.

Signed-off-by: default avatarZhouyi Zhou <zhouzhouyi@gmail.com>
Signed-off-by: default avatarPaul E. McKenney <paulmck@kernel.org>
parent 4d60b475
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3572,7 +3572,7 @@ void __init kfree_rcu_scheduler_running(void)
 * During early boot, any blocking grace-period wait automatically
 * implies a grace period.  Later on, this is never the case for PREEMPTION.
 *
 * Howevr, because a context switch is a grace period for !PREEMPTION, any
 * However, because a context switch is a grace period for !PREEMPTION, any
 * blocking grace-period wait automatically implies a grace period if
 * there is only one CPU online at any point time during execution of
 * either synchronize_rcu() or synchronize_rcu_expedited().  It is OK to