diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2016-10-23 20:45:17 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-10-31 10:13:16 -0400 |
commit | 82bd2f29ea6e98ae689b26d793d432ac171d56dc (patch) | |
tree | 644c22ded4cc070bf3aa8caf3d08b1fab2f7e2f6 /tools/mkimage.c | |
parent | 1381901e9a4b427e45b44efb4ed9839d7e3a5d24 (diff) |
Fix spelling of "occur".
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Acked-by: Angelo Dureghello <angelo@sysam.it>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/mkimage.c')
-rw-r--r-- | tools/mkimage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mkimage.c b/tools/mkimage.c index 3c594a0f3b..02f88bb983 100644 --- a/tools/mkimage.c +++ b/tools/mkimage.c @@ -88,7 +88,7 @@ static void usage(const char *msg) params.cmdname); fprintf(stderr, " %s [-D dtc_options] [-f fit-image.its|-f auto|-F] [-b <dtb> [-b <dtb>]] fit-image\n" - " <dtb> file is used with -f auto, it may occour multiple times.\n", + " <dtb> file is used with -f auto, it may occur multiple times.\n", params.cmdname); fprintf(stderr, " -D => set all options for device tree compiler\n" |