Pārlūkot izejas kodu

Powerpc: wii: Fix typo in comment

discontiguous => discontinuous
coealesce => coalesce

Signed-off-by: Thomas Weber <weber@corscience.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Thomas Weber 15 gadi atpakaļ
vecāks
revīzija
c4b9f9a96e
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      arch/powerpc/platforms/embedded6xx/wii.c

+ 2 - 2
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
 	 * 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.
 	 * 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"
 	 * single range, then create a reservation for the "hole"
 	 * between both ranges.
 	 * between both ranges.
 	 */
 	 */