From acc4e245de592de1897b78b16f1f4dffbda07249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Mon, 18 Feb 2013 00:58:16 +0100 Subject: [PATCH] U-Boot: Typo --- src/system/boot/platform/u-boot/arch/ppc/arch_cpu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/boot/platform/u-boot/arch/ppc/arch_cpu.cpp b/src/system/boot/platform/u-boot/arch/ppc/arch_cpu.cpp index 682ae82752..ac3a0a6b0b 100644 --- a/src/system/boot/platform/u-boot/arch/ppc/arch_cpu.cpp +++ b/src/system/boot/platform/u-boot/arch/ppc/arch_cpu.cpp @@ -81,7 +81,7 @@ check_cpu_features() // if we have an FDT... // XXX: use it only as fallback? if (gFDT != NULL/* && pvr_unknown*/) { - // TODO: for MP support we must checn /chosen/cpu first + // TODO: for MP support we must check /chosen/cpu first int node = fdt_path_offset(gFDT, "/cpus/cpu@0"); int len;