Skip to content

Commit b991cee

Browse files
Qiujun Huangtorvalds
authored andcommitted
mm, slab_common: fix a typo in comment "eariler"->"earlier"
There is a typo in comment, fix it. s/eariler/earlier/ Signed-off-by: Qiujun Huang <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Reviewed-by: Andrew Morton <[email protected]> Acked-by: Christoph Lameter <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Linus Torvalds <[email protected]>
1 parent 9b8b175 commit b991cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mm/slab_common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ static void kmemcg_rcufn(struct rcu_head *head)
731731
/*
732732
* We need to grab blocking locks. Bounce to ->work. The
733733
* work item shares the space with the RCU head and can't be
734-
* initialized eariler.
734+
* initialized earlier.
735735
*/
736736
INIT_WORK(&s->memcg_params.work, kmemcg_workfn);
737737
queue_work(memcg_kmem_cache_wq, &s->memcg_params.work);

0 commit comments

Comments
 (0)