Commit 4cf439a2 authored by Paul E. McKenney's avatar Paul E. McKenney
Browse files

rcu: Fix typo in rcu_get_gp_kthreads_prio() header comment

parent 2bbfc25b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;