mm: fix two typos in comments for to_vmem_altmap()
authorAndreas Ziegler <andreas.ziegler@fau.de>
Tue, 15 Mar 2016 21:55:33 +0000 (14:55 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 15 Mar 2016 23:55:16 +0000 (16:55 -0700)
commit07061aab2f750bbf61337b922aa8a245b5da85e1
tree2ee8c3d0b0505e8ee874afe2a539cfae5d1a51d8
parentea6eabb05b26bd3d6f60b29b77a03bc61479fc0f
mm: fix two typos in comments for to_vmem_altmap()

Commit 4b94ffdc4163 ("x86, mm: introduce vmem_altmap to augment
vmemmap_populate()"), introduced the to_vmem_altmap() function.

The comments in this function contain two typos (one misspelling of the
Kconfig option CONFIG_SPARSEMEM_VMEMMAP, and one missing letter 'n'),
let's fix them up.

Signed-off-by: Andreas Ziegler <andreas.ziegler@fau.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/memremap.c