aboutsummaryrefslogtreecommitdiff
path: root/mm
diff options
context:
space:
mode:
authorGravatar Yixuan Cao <caoyixuan2019@email.szu.edu.cn> 2022-04-28 23:16:00 -0700
committerGravatar akpm <akpm@linux-foundation.org> 2022-04-28 23:16:00 -0700
commit98af39d52e336b2d7d7be67ac405f978d81f65b8 (patch)
tree1cac765f179a12fa5013301ff012034f0d8ed7ec /mm
parentmm/memcontrol.c: remove unused private flag of memory.oom_control (diff)
downloadlinux-98af39d52e336b2d7d7be67ac405f978d81f65b8.tar.gz
linux-98af39d52e336b2d7d7be67ac405f978d81f65b8.tar.bz2
linux-98af39d52e336b2d7d7be67ac405f978d81f65b8.zip
mm/vmalloc: fix a comment
The sentence "but the mempolcy want to alloc memory by interleaving" should be rephrased with "but the mempolicy wants to alloc memory by interleaving" where "mempolicy" is a struct name. This work is coauthored by Yinan Zhang Jiajian Ye Shenghong Han Chongxi Zhao Yuhong Feng Yongqiang Liu Link: https://lkml.kernel.org/r/20220401064543.4447-1-caoyixuan2019@email.szu.edu.cn Signed-off-by: Yixuan Cao <caoyixuan2019@email.szu.edu.cn> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'mm')
-rw-r--r--mm/vmalloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/vmalloc.c b/mm/vmalloc.c
index cadfbb5155ea..9d68ac51a19d 100644
--- a/mm/vmalloc.c
+++ b/mm/vmalloc.c
@@ -2895,7 +2895,7 @@ vm_area_alloc_pages(gfp_t gfp, int nid,
/* memory allocation should consider mempolicy, we can't
* wrongly use nearest node when nid == NUMA_NO_NODE,
* otherwise memory may be allocated in only one node,
- * but mempolcy want to alloc memory by interleaving.
+ * but mempolicy wants to alloc memory by interleaving.
*/
if (IS_ENABLED(CONFIG_NUMA) && nid == NUMA_NO_NODE)
nr = alloc_pages_bulk_array_mempolicy(bulk_gfp,