Commit b991cee5 authored by Qiujun Huang's avatar Qiujun Huang Committed by Linus Torvalds
Browse files

mm, slab_common: fix a typo in comment "eariler"->"earlier"

parent 9b8b1754
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -731,7 +731,7 @@ static void kmemcg_rcufn(struct rcu_head *head)
	/*
	 * We need to grab blocking locks.  Bounce to ->work.  The
	 * work item shares the space with the RCU head and can't be
	 * initialized eariler.
	 * initialized earlier.
	 */
	INIT_WORK(&s->memcg_params.work, kmemcg_workfn);
	queue_work(memcg_kmem_cache_wq, &s->memcg_params.work);