From 28e5c475b47592674626f96e65870a23a9bb76f6 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Wed, 20 Feb 2013 13:14:15 +1100 Subject: [PATCH] memory-hotplug-common-apis-to-support-page-tables-hot-remove-fix fix typo in comment Cc: Tang Chen Signed-off-by: Andrew Morton --- arch/x86/mm/init_64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.39.5