aboutsummaryrefslogtreecommitdiff
path: root/tools/image-host.c
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2021-09-28 10:11:46 -0700
committerTom Rini <trini@konsulko.com>2021-10-12 16:49:21 -0400
commit2c6bcab6e6e11030611b785d5bad50484424b128 (patch)
treebd544fb41e8d6f5e852ee01f1e254d15151222fb /tools/image-host.c
parent07c652400d4e67cd11ada02b84c60e73bb031130 (diff)
downloadu-boot-2c6bcab6e6e11030611b785d5bad50484424b128.zip
u-boot-2c6bcab6e6e11030611b785d5bad50484424b128.tar.gz
u-boot-2c6bcab6e6e11030611b785d5bad50484424b128.tar.bz2
tools/image-host.c: Fix spelling of "expected".
Signed-off-by: Vagrant Cascadian <vagrant@debian.org> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/image-host.c')
-rw-r--r--tools/image-host.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/image-host.c b/tools/image-host.c
index d3a882e..a6b0a94 100644
--- a/tools/image-host.c
+++ b/tools/image-host.c
@@ -313,7 +313,7 @@ static int fit_image_read_data(char *filename, unsigned char *data,
/* Check that we have read all the file */
if (n != sbuf.st_size) {
- printf("Can't read all file %s (read %zd bytes, expexted %lld)\n",
+ printf("Can't read all file %s (read %zd bytes, expected %lld)\n",
filename, n, (long long)sbuf.st_size);
goto err;
}