mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08: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
|
* Returns true on success and false if none or part of the address space
|
||||||
* has been reclaimed and the caller should retry later.
|
* has been reclaimed and the caller should retry later.
|
||||||
|
Loading…
Reference in New Issue
Block a user