summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorWolfgang Wallner <[email protected]>2025-10-24 17:12:03 +0200
committerTom Rini <[email protected]>2025-10-26 09:03:34 -0600
commit296f9eac9ffa1afa0e60906fe2bc3ba83222def9 (patch)
treeca153a78fbda9c57f0ecd7cdbf3bcca00927ebbd /boot
parent4661eb33a4298ded4296673615abb3d48849480b (diff)
boot: Fix typo
Fix a typo in image-fit.c. Reviewed-by: Simon Glass <[email protected]> Signed-off-by: Wolfgang Wallner <[email protected]>
Diffstat (limited to 'boot')
-rw-r--r--boot/image-fit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/image-fit.c b/boot/image-fit.c
index 41ab1f552b0..2f2d3e9304d 100644
--- a/boot/image-fit.c
+++ b/boot/image-fit.c
@@ -1662,7 +1662,7 @@ int fit_check_format(const void *fit, ulong size)
if (CONFIG_IS_ENABLED(FIT_FULL_CHECK)) {
/*
- * If we are not given the size, make do wtih calculating it.
+ * If we are not given the size, make do with calculating it.
* This is not as secure, so we should consider a flag to
* control this.
*/