Powerpc: wii: Fix typo in comment
authorThomas Weber <weber@corscience.de>
Sat, 24 Apr 2010 08:44:11 +0000 (10:44 +0200)
committerJiri Kosina <jkosina@suse.cz>
Mon, 26 Apr 2010 09:53:54 +0000 (11:53 +0200)
discontiguous => discontinuous
coealesce => coalesce

Signed-off-by: Thomas Weber <weber@corscience.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
arch/powerpc/platforms/embedded6xx/wii.c

index 57e5b60..174a04a 100644 (file)
@@ -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.
         */