summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2013-02-07 12:26:26 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2013-02-14 15:25:18 +1100
commit1a1f49a604dbd9a1a14fc93c70a6599a8b7f1468 (patch)
tree496c046f43b2f2844205abd6d126709fa7a3e2f1 /arch
parentada1abdec7059d900db01574ef2eceaee356ea6f (diff)
memory-hotplug-common-apis-to-support-page-tables-hot-remove-fix
fix typo in comment Cc: Tang Chen <tangchen@cn.fujitsu.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/mm/init_64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mm/init_64.c b/arch/x86/mm/init_64.c
index dd56c0f7d7bd..80063cd4b1df 100644
--- a/arch/x86/mm/init_64.c
+++ b/arch/x86/mm/init_64.c
@@ -840,7 +840,7 @@ remove_pte_table(pte_t *pte_start, unsigned long addr, unsigned long end,
} else {
/*
* If we are not removing the whole page, it means
- * other ptes in this page are being used and we canot
+ * other ptes in this page are being used and we cannot
* remove them. So fill the unused ptes with 0xFD, and
* remove the page when it is wholly filled with 0xFD.
*/