Signed-off-by: Steffen Trumtrar <s.trumt...@pengutronix.de>
---
 commands/bootm.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commands/bootm.c b/commands/bootm.c
index 5f858e8..2d9f7f2 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));
        }
 
-- 
1.7.10.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to