summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--commands/bootm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/bootm.c b/commands/bootm.c
index 5f858e8a10..2d9f7f2dc7 100644
--- a/commands/bootm.c
+++ b/commands/bootm.c
@@ -180,7 +180,7 @@ static int bootm_open_oftree(struct image_data *data, const char *oftree, int nu
ft = file_detect_type(fdt);
if (ft != filetype_oftree) {
- printf("%s is not a oftree but %s\n", oftree,
+ printf("%s is not an oftree but %s\n", oftree,
file_type_to_string(ft));
}