boot: Fix typo

Fix a typo in image-fit.c.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>
This commit is contained in:
Wolfgang Wallner 2025-10-24 17:12:03 +02:00 committed by Tom Rini
parent 4661eb33a4
commit 296f9eac9f

View File

@ -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.
*/