Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Thomas Weber and committed by
Jiri Kosina
c4b9f9a9 b1ffdc8f

+2 -2
+2 -2
arch/powerpc/platforms/embedded6xx/wii.c
··· 69 69 70 70 /* 71 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 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 76 * single range, then create a reservation for the "hole" 77 77 * between both ranges. 78 78 */