]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/vmalloc: fix a comment
authorYixuan Cao <caoyixuan2019@email.szu.edu.cn>
Thu, 14 Apr 2022 06:07:09 +0000 (23:07 -0700)
committerakpm <akpm@linux-foundation.org>
Thu, 14 Apr 2022 06:07:09 +0000 (23:07 -0700)
commitffc5c419f688ac4daa5cf89e81dbaf6b2f593bb3
tree0c9b9dd15be0d187dcb8e91496ae09263934f06b
parentb9b1a9bcad264ccbfcbdba834074b09731fef566
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