summaryrefslogtreecommitdiffstats
path: root/commands/bootm.c
diff options
context:
space:
mode:
authorSteffen Trumtrar <s.trumtrar@pengutronix.de>2012-08-30 13:14:00 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-08-31 09:26:39 +0200
commitf64bd3d932ec033f02715a5e92b57f52821a4b06 (patch)
tree203f90762180785f7835f769c3048b507daed344 /commands/bootm.c
parentaf23372773b4620b58a6792a02ef671407d93a19 (diff)
downloadbarebox-f64bd3d932ec033f02715a5e92b57f52821a4b06.tar.gz
barebox-f64bd3d932ec033f02715a5e92b57f52821a4b06.tar.xz
trivial: bootm: correct grammar in error message
Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/bootm.c')
-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));
}