projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07c0cd7
)
Fix small 'case' typo in image-fit.c
author
Simon Glass
<sjg@chromium.org>
Thu, 12 Jun 2014 13:24:49 +0000
(07:24 -0600)
committer
Tom Rini
<trini@ti.com>
Thu, 19 Jun 2014 15:19:00 +0000
(11:19 -0400)
This typo makes the comment confusing. Fix it.
Signed-off-by: Simon Glass <sjg@chromium.org>
common/image-fit.c
patch
|
blob
|
history
diff --git
a/common/image-fit.c
b/common/image-fit.c
index c0d7b8ca9156568dc9799a4a93b95adb7b8f53f4..83fac9a401f7692cb96e5c208ecab56f4573eba7 100644
(file)
--- 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
- * cas
e
in the unmap_sysmem() call:
+ * cas
t
in the unmap_sysmem() call:
* warning: initialization discards qualifiers from pointer target type
*/
{