aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul E. McKenney <[email protected]>2018-07-02 12:15:25 -0700
committerPaul E. McKenney <[email protected]>2018-08-30 16:02:43 -0700
commit4cf439a200fd621f838270c36c853407a934bcb5 (patch)
treedad3ad0c99c63e997f08481f34af72e04197cc9f
parent2bbfc25b09dff6335acf4103c6c7c4591e62988b (diff)
rcu: Fix typo in rcu_get_gp_kthreads_prio() header comment
Signed-off-by: Paul E. McKenney <[email protected]>
-rw-r--r--kernel/rcu/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/rcu/tree.c b/kernel/rcu/tree.c
index e1927147a4a5..61c15de884b0 100644
--- a/kernel/rcu/tree.c
+++ b/kernel/rcu/tree.c
@@ -181,7 +181,7 @@ module_param(gp_init_delay, int, 0444);
static int gp_cleanup_delay;
module_param(gp_cleanup_delay, int, 0444);
-/* Retreive RCU kthreads priority for rcutorture */
+/* Retrieve RCU kthreads priority for rcutorture */
int rcu_get_gp_kthreads_prio(void)
{
return kthread_prio;