From: Jesse Larrew Date: Thu, 20 Jan 2011 19:00:51 +0000 (+0000) Subject: powerpc/pseries: Fix typo in VPHN comments X-Git-Tag: v2.6.38-rc4~3^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bd03403ad5d789f75974985b698cffcd23ef9346;p=thirdparty%2Fkernel%2Flinux.git powerpc/pseries: Fix typo in VPHN comments Correct a spelling error in VPHN comments in numa.c. Signed-off-by: Jesse Larrew Signed-off-by: Benjamin Herrenschmidt --- diff --git a/arch/powerpc/mm/numa.c b/arch/powerpc/mm/numa.c index bf5cb91f07de4..4d7f9e78023c7 100644 --- a/arch/powerpc/mm/numa.c +++ b/arch/powerpc/mm/numa.c @@ -1289,7 +1289,7 @@ u64 memory_hotplug_max(void) } #endif /* CONFIG_MEMORY_HOTPLUG */ -/* Vrtual Processor Home Node (VPHN) support */ +/* Virtual Processor Home Node (VPHN) support */ #ifdef CONFIG_PPC_SPLPAR #define VPHN_NR_CHANGE_CTRS (8) static u8 vphn_cpu_change_counts[NR_CPUS][VPHN_NR_CHANGE_CTRS];