summaryrefslogtreecommitdiffstats
path: root/common/cmd_ximg.c
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2010-03-12 23:06:04 +0100
committerWolfgang Denk <wd@denx.de>2010-03-12 23:06:04 +0100
commit93910edb595a88d394da3eb2cf5148096155dfe9 (patch)
treefc14bd3093f04c730b5c8d79e57707fada0d6159 /common/cmd_ximg.c
parent4e72fb15c9073129e05820cc9c54f54bc4985835 (diff)
downloadtalos-obmc-uboot-93910edb595a88d394da3eb2cf5148096155dfe9.tar.gz
talos-obmc-uboot-93910edb595a88d394da3eb2cf5148096155dfe9.zip
Prepare v2010.03-rc1
Coding style cleanup, update CHANGELOG. Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'common/cmd_ximg.c')
-rw-r--r--common/cmd_ximg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_ximg.c b/common/cmd_ximg.c
index b34c4d02da..75499b4b84 100644
--- a/common/cmd_ximg.c
+++ b/common/cmd_ximg.c
@@ -230,7 +230,7 @@ do_imgextract(cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])
printf (" Uncompressing part %d ... ", part);
/*
- * If we've got less than 4 MB of malloc()
+ * If we've got less than 4 MB of malloc()
* space, use slower decompression algorithm
* which requires at most 2300 KB of memory.
*/
OpenPOWER on IntegriCloud