diff options
author | Simon Glass <sjg@chromium.org> | 2014-06-12 07:24:49 -0600 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-06-19 11:19:00 -0400 |
commit | e3c83c0a1fce2be671d5d3297d90e9d0890f7b52 (patch) | |
tree | a0e494317976ce4602b5fbd6b997c52253ba47e1 /common | |
parent | 07c0cd71340e21c690b4921ced6790ea49adc4b4 (diff) | |
download | u-boot-imx-e3c83c0a1fce2be671d5d3297d90e9d0890f7b52.zip u-boot-imx-e3c83c0a1fce2be671d5d3297d90e9d0890f7b52.tar.gz u-boot-imx-e3c83c0a1fce2be671d5d3297d90e9d0890f7b52.tar.bz2 |
Fix small 'case' typo in image-fit.c
This typo makes the comment confusing. Fix it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common')
-rw-r--r-- | common/image-fit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/image-fit.c b/common/image-fit.c index c0d7b8c..83fac9a 100644 --- a/common/image-fit.c +++ b/common/image-fit.c @@ -1637,7 +1637,7 @@ int fit_image_load(bootm_headers_t *images, ulong addr, /* * Work-around for eldk-4.2 which gives this warning if we try to - * case in the unmap_sysmem() call: + * cast in the unmap_sysmem() call: * warning: initialization discards qualifiers from pointer target type */ { |