]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
mm/vmscan: fix typos in comments
authorXiang Gao <gaoxiang17@xiaomi.com>
Thu, 16 Apr 2026 06:23:02 +0000 (14:23 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 29 May 2026 04:04:47 +0000 (21:04 -0700)
commiteb8fc9d285f95cd14697ef3df2b0c2e41c76cbdd
tree685869e399cef6ba5688a3381f90ce916c886bc1
parente0974347f5bbf5f869d616779684a5ed8337c27b
mm/vmscan: fix typos in comments

Fix three typos in comments:

- Line 112: "zome_reclaim_mode" -> "zone_reclaim_mode"
- Line 6208: "prioities" -> "priorities"
- Line 7067: "that that high" -> "that the high" (duplicated word)

Link: https://lore.kernel.org/20260416062302.727468-1-gxxa03070307@gmail.com
Signed-off-by: Xiang Gao <gaoxiang17@xiaomi.com>
Reviewed-by: Barry Song <baohua@kernel.org>
Reviewed-by: Donet Tom <donettom@linux.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/vmscan.c