mm/vmalloc: fix a comment
authorYixuan Cao <caoyixuan2019@email.szu.edu.cn>
Fri, 29 Apr 2022 06:16:00 +0000 (23:16 -0700)
committerakpm <akpm@linux-foundation.org>
Fri, 29 Apr 2022 06:16:00 +0000 (23:16 -0700)
commit98af39d52e336b2d7d7be67ac405f978d81f65b8
tree1cac765f179a12fa5013301ff012034f0d8ed7ec
parent9707aff701e325e7c4660409c43392ff2fb36fad
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>
mm/vmalloc.c