summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-09-18 23:20:12 +0200
committerWolfgang Denk <wd@denx.de>2009-09-18 23:20:12 +0200
commit084f3ddac6ab624a4b1c7174b3cdf9cc25866217 (patch)
treeff7b9445b720e967fe90cf98505d2edad8d04d74 /tools
parent3dc5e00454a58499d4f4c790b38036b0e873747e (diff)
parentceb2d57c2205db5bbd868577f756c74a2568160c (diff)
downloadtalos-obmc-uboot-084f3ddac6ab624a4b1c7174b3cdf9cc25866217.tar.gz
talos-obmc-uboot-084f3ddac6ab624a4b1c7174b3cdf9cc25866217.zip
Merge branch 'warning-cleanup'
Diffstat (limited to 'tools')
-rw-r--r--tools/kwbimage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/kwbimage.c b/tools/kwbimage.c
index ee067cbd81..7b26920185 100644
--- a/tools/kwbimage.c
+++ b/tools/kwbimage.c
@@ -131,7 +131,7 @@ static uint32_t kwbimage_checksum32 (uint32_t *start, uint32_t len, uint32_t csu
return 0;
if (len % sizeof(uint32_t)) {
- printf ("Error:%s[%d] - lenght is not in multiple of %ld\n",
+ printf ("Error:%s[%d] - length is not in multiple of %zu\n",
__FUNCTION__, len, sizeof(uint32_t));
return 0;
}
OpenPOWER on IntegriCloud