From: Paul Bolle Date: Tue, 2 Jul 2013 06:05:12 +0000 (+0930) Subject: Fix comment typo "CONFIG_PAE" X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=95cc2c02cfe08b8bb910d2563725f96a5c48c327;p=deliverable%2Flinux.git Fix comment typo "CONFIG_PAE" Signed-off-by: Paul Bolle Signed-off-by: Rusty Russell --- diff --git a/drivers/lguest/page_tables.c b/drivers/lguest/page_tables.c index 5b9ac32801c7..a35d8d100165 100644 --- a/drivers/lguest/page_tables.c +++ b/drivers/lguest/page_tables.c @@ -70,7 +70,7 @@ /*H:320 * The page table code is curly enough to need helper functions to keep it * clear and clean. The kernel itself provides many of them; one advantage - * of insisting that the Guest and Host use the same CONFIG_PAE setting. + * of insisting that the Guest and Host use the same CONFIG_X86_PAE setting. * * There are two functions which return pointers to the shadow (aka "real") * page tables.