Skip to content

Commit

Permalink
Powerpc: wii: Fix typo in comment
Browse files Browse the repository at this point in the history
discontiguous => discontinuous
coealesce => coalesce

Signed-off-by: Thomas Weber <weber@corscience.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Thomas Weber authored and Jiri Kosina committed Apr 26, 2010
1 parent b1ffdc8 commit c4b9f9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/powerpc/platforms/embedded6xx/wii.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit c4b9f9a

Please sign in to comment.