mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:44:45 +01:00
mm/oom_kill: fix trivial typo in comment
Update 'give' -> 'given' in the description of oom_reap_task_mm(). Link: https://lkml.kernel.org/r/20250123193523.1496909-1-cmllamas@google.com Signed-off-by: Carlos Llamas <cmllamas@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
parent
89ce924f0b
commit
5f6084f95b
1 changed files with 1 additions and 1 deletions
|
|
@ -563,7 +563,7 @@ static bool __oom_reap_task_mm(struct mm_struct *mm)
|
|||
}
|
||||
|
||||
/*
|
||||
* Reaps the address space of the give task.
|
||||
* Reaps the address space of the given task.
|
||||
*
|
||||
* Returns true on success and false if none or part of the address space
|
||||
* has been reclaimed and the caller should retry later.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue