]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
mm: fix spelling issue in swap.h
authorXuanye Liu <liuqiye2025@163.com>
Wed, 2 Jul 2025 07:12:35 +0000 (15:12 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Sun, 13 Jul 2025 23:38:23 +0000 (16:38 -0700)
recliam -> reclaim

Link: https://lkml.kernel.org/r/20250702071235.212794-1-liuqiye2025@163.com
Signed-off-by: Xuanye Liu <liuqiye2025@163.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/swap.h

index bc0e1c275fc0478e55eb326ed8d273300d86deb0..a49be950c48530c076cc0b63ed9aa998a1d9f89a 100644 (file)
@@ -415,7 +415,7 @@ extern unsigned long try_to_free_pages(struct zonelist *zonelist, int order,
 #define MIN_SWAPPINESS 0
 #define MAX_SWAPPINESS 200
 
-/* Just recliam from anon folios in proactive memory reclaim */
+/* Just reclaim from anon folios in proactive memory reclaim */
 #define SWAPPINESS_ANON_ONLY (MAX_SWAPPINESS + 1)
 
 extern unsigned long try_to_free_mem_cgroup_pages(struct mem_cgroup *memcg,