From: Andrew Morton Date: Thu, 7 Feb 2013 01:26:26 +0000 (+1100) Subject: memory-hotplug-common-apis-to-support-page-tables-hot-remove-fix X-Git-Tag: next-20130218~1^2~453 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c75274af32373b30121ec7eb132cbafe3b228bf7;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. */