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

powerpc/simpleboot: fix comment

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: linuxppc-dev@lists.ozlabs.org
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Geert Uytterhoeven and committed by
Jiri Kosina
c614f13a 336ec137

+1 -1
+1 -1
arch/powerpc/boot/simpleboot.c
··· 61 61 if (*reg++ != 0) 62 62 fatal("Memory range is not based at address 0\n"); 63 63 64 - /* get the memsize and trucate it to under 4G on 32 bit machines */ 64 + /* get the memsize and truncate it to under 4G on 32 bit machines */ 65 65 memsize64 = 0; 66 66 for (i = 0; i < *ns; i++) 67 67 memsize64 = (memsize64 << 32) | *reg++;