Skip to content

Commit

Permalink
mm/oom_kill.c: fix typo in comment
Browse files Browse the repository at this point in the history
Alter 'taks' -> 'task'

Signed-off-by: Yaowei Bai <bywxiaobai@163.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Yaowei Bai authored and Linus Torvalds committed Apr 15, 2015
1 parent f2b91d8 commit bdddbcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/oom_kill.c
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ bool oom_killer_disabled __read_mostly;
static DECLARE_RWSEM(oom_sem);

/**
* mark_tsk_oom_victim - marks the given taks as OOM victim.
* mark_tsk_oom_victim - marks the given task as OOM victim.
* @tsk: task to mark
*
* Has to be called with oom_sem taken for read and never after
Expand Down

0 comments on commit bdddbcd

Please sign in to comment.