From: Thomas Weber Date: Sat, 24 Apr 2010 08:44:11 +0000 (+0200) Subject: Powerpc: wii: Fix typo in comment X-Git-Tag: v2.6.35-rc1~482^2~15 X-Git-Url: http://ftp.safe.ca/?a=commitdiff_plain;h=c4b9f9a96eb93994ac42f4ea00bb94b44fa4d500;p=safe%2Fjmp%2Flinux-2.6 Powerpc: wii: Fix typo in comment discontiguous => discontinuous coealesce => coalesce Signed-off-by: Thomas Weber Signed-off-by: Jiri Kosina --- diff --git a/arch/powerpc/platforms/embedded6xx/wii.c b/arch/powerpc/platforms/embedded6xx/wii.c index 57e5b60..174a04a 100644 --- a/arch/powerpc/platforms/embedded6xx/wii.c +++ b/arch/powerpc/platforms/embedded6xx/wii.c @@ -69,10 +69,10 @@ void __init wii_memory_fixups(void) /* * This is part of a workaround to allow the use of two - * discontiguous RAM ranges on the Wii, even if this is + * discontinuous RAM ranges on the Wii, even if this is * currently unsupported on 32-bit PowerPC Linux. * - * We coealesce the two memory ranges of the Wii into a + * We coalesce the two memory ranges of the Wii into a * single range, then create a reservation for the "hole" * between both ranges. */