Commit d0a85858 authored by Neeraj Upadhyay's avatar Neeraj Upadhyay Committed by Paul E. McKenney
Browse files

rcu-tasks: Fix s/rcu_add_holdout/trc_add_holdout/ typo in comment

parent 0db7c32a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -991,7 +991,7 @@ static void trc_wait_for_one_reader(struct task_struct *t,

	// If this task is not yet on the holdout list, then we are in
	// an RCU read-side critical section.  Otherwise, the invocation of
	// rcu_add_holdout() that added it to the list did the necessary
	// trc_add_holdout() that added it to the list did the necessary
	// get_task_struct().  Either way, the task cannot be freed out
	// from under this code.