[PATCH 2/2] trivial: bootm: correct grammar in error message

Steffen Trumtrar s.trumtrar at pengutronix.de
Thu Aug 30 07:14:00 EDT 2012


Signed-off-by: Steffen Trumtrar <s.trumtrar at 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




More information about the barebox mailing list