summaryrefslogtreecommitdiffstats
path: root/common/uimage.c
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2020-03-20 10:41:19 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2020-03-23 08:23:15 +0100
commit157e861aa6e93a72018c408e82863a3253550a4d (patch)
treefddafaef7577a9fc2fef49143e5dbdfeb2816815 /common/uimage.c
parent8fb804c55b8ddf8edbf73489ee062f7d437adcf6 (diff)
downloadbarebox-157e861aa6e93a72018c408e82863a3253550a4d.tar.gz
barebox-157e861aa6e93a72018c408e82863a3253550a4d.tar.xz
common: fix typos found with codespell
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common/uimage.c')
-rw-r--r--common/uimage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/uimage.c b/common/uimage.c
index 35bfb10b06..3470d9bc72 100644
--- a/common/uimage.c
+++ b/common/uimage.c
@@ -136,7 +136,7 @@ struct uimage_handle *uimage_open(const char *filename)
goto err_out;
}
- /* convert header to cpu native endianess */
+ /* convert header to cpu native endianness */
header->ih_magic = uimage_to_cpu(header->ih_magic);
header->ih_hcrc = uimage_to_cpu(header->ih_hcrc);
header->ih_time = uimage_to_cpu(header->ih_time);