mirror of
https://github.com/torvalds/linux.git
synced 2025-04-06 00:16:18 +00: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
@ -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…
x
Reference in New Issue
Block a user