]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
mm/oom_kill: fix trivial typo in comment
authorCarlos Llamas <cmllamas@google.com>
Thu, 23 Jan 2025 19:35:22 +0000 (19:35 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 17 Mar 2025 05:05:55 +0000 (22:05 -0700)
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>
mm/oom_kill.c

index 1cf121ad7085c740b0bc91eaacb48b037f9c1502..25923cfec9c6036c6c08b600dc2776aa2ea6df56 100644 (file)
@@ -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.