]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
powerpc/pseries: Fix typo in VPHN comments
authorJesse Larrew <jlarrew@linux.vnet.ibm.com>
Thu, 20 Jan 2011 19:00:51 +0000 (19:00 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 7 Feb 2011 01:58:21 +0000 (12:58 +1100)
Correct a spelling error in VPHN comments in numa.c.

Signed-off-by: Jesse Larrew <jlarrew@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/mm/numa.c

index bf5cb91f07de43dbda6331252b2ad86a2ceccf16..4d7f9e78023c7279166a5ca789ebcf49f1a87f0d 100644 (file)
@@ -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];