[PATCH] mm: Fix spelling issue in swap.h

Xuanye Liu posted 1 patch 3 months, 1 week ago
include/linux/swap.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] mm: Fix spelling issue in swap.h
Posted by Xuanye Liu 3 months, 1 week ago
recliam -> reclaim

Signed-off-by: Xuanye Liu <liuqiye2025@163.com>
---
 include/linux/swap.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/swap.h b/include/linux/swap.h
index dac7ba98783d..95c6061fa1dc 100644
--- a/include/linux/swap.h
+++ b/include/linux/swap.h
@@ -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,
-- 
2.43.0