From: Andrew Morton Date: Wed, 20 Feb 2013 02:14:15 +0000 (+1100) Subject: memory-hotplug-common-apis-to-support-page-tables-hot-remove-fix X-Git-Tag: next-20130220~1^2~541 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=28e5c475b47592674626f96e65870a23a9bb76f6;p=karo-tx-linux.git memory-hotplug-common-apis-to-support-page-tables-hot-remove-fix fix typo in comment Cc: Tang Chen Signed-off-by: Andrew Morton --- 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. */