diff options
author | Thomas Weber <weber@corscience.de> | 2010-04-24 04:44:11 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-04-26 05:53:54 -0400 |
commit | c4b9f9a96eb93994ac42f4ea00bb94b44fa4d500 (patch) | |
tree | 875835788504ff978f1ece81ff2dbd6db13e91cf /arch/powerpc/platforms/embedded6xx | |
parent | b1ffdc8f3d8c8913388ca97dfdf064c87940dd72 (diff) |
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>
Diffstat (limited to 'arch/powerpc/platforms/embedded6xx')
-rw-r--r-- | arch/powerpc/platforms/embedded6xx/wii.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/embedded6xx/wii.c b/arch/powerpc/platforms/embedded6xx/wii.c index 57e5b608fa1a..174a04ac4806 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) | |||
69 | 69 | ||
70 | /* | 70 | /* |
71 | * This is part of a workaround to allow the use of two | 71 | * This is part of a workaround to allow the use of two |
72 | * discontiguous RAM ranges on the Wii, even if this is | 72 | * discontinuous RAM ranges on the Wii, even if this is |
73 | * currently unsupported on 32-bit PowerPC Linux. | 73 | * currently unsupported on 32-bit PowerPC Linux. |
74 | * | 74 | * |
75 | * We coealesce the two memory ranges of the Wii into a | 75 | * We coalesce the two memory ranges of the Wii into a |
76 | * single range, then create a reservation for the "hole" | 76 | * single range, then create a reservation for the "hole" |
77 | * between both ranges. | 77 | * between both ranges. |
78 | */ | 78 | */ |