From: Simon Glass Date: Thu, 12 Jun 2014 13:24:49 +0000 (-0600) Subject: Fix small 'case' typo in image-fit.c X-Git-Tag: v2025.01-rc5-pxa1908~15163 X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/%7B%7B%20%24.Site.BaseURL%20%7D%7Dposts/index.xml?a=commitdiff_plain;h=e3c83c0a1fce2be671d5d3297d90e9d0890f7b52;p=u-boot.git Fix small 'case' typo in image-fit.c This typo makes the comment confusing. Fix it. Signed-off-by: Simon Glass --- diff --git a/common/image-fit.c b/common/image-fit.c index c0d7b8ca91..83fac9a401 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 */ {