[U-Boot] [PATCH v2 09/14] Fix small 'case' typo in image-fit.c
Simon Glass
sjg at chromium.org
Thu Jun 12 15:24:49 CEST 2014
This typo makes the comment confusing. Fix it.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v2: None
common/image-fit.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
*/
{
--
2.0.0.526.g5318336
More information about the U-Boot
mailing list