From 0f8e6ba440c3bd10d40b793845ff38d446a6f24c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Sun, 21 Apr 2013 02:12:12 +0200 Subject: [PATCH] Typo --- src/system/boot/platform/u-boot/serial.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/boot/platform/u-boot/serial.cpp b/src/system/boot/platform/u-boot/serial.cpp index 61093ceb91..ef94710504 100644 --- a/src/system/boot/platform/u-boot/serial.cpp +++ b/src/system/boot/platform/u-boot/serial.cpp @@ -131,7 +131,7 @@ serial_init_fdt(const void *fdt) return; // determine the MMIO address - // TODO: ppc640 use 64bit addressing, but U-Boot seems to map it below 4G, + // TODO: ppc460 use 64bit addressing, but U-Boot seems to map it below 4G, // and the FDT is not very clear. libfdt is also getting 64bit addr support. // so FIXME someday. prop = fdt_getprop(fdt, node, "virtual-reg", &len);