summaryrefslogtreecommitdiffstats
path: root/common/uimage.c
diff options
context:
space:
mode:
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);