]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
memory-hotplug-common-apis-to-support-page-tables-hot-remove-fix
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 7 Feb 2013 01:26:26 +0000 (12:26 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 18 Feb 2013 05:46:25 +0000 (16:46 +1100)
fix typo in comment

Cc: Tang Chen <tangchen@cn.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/x86/mm/init_64.c

index dd56c0f7d7bda84dc862c96c7f7d35239c3e3a55..80063cd4b1df2208b82ffe804a645f42d9e9d87c 100644 (file)
@@ -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.
                         */