bootstage: Correct exhasuted typo

Correct this typo in the warning message shown when no more bootstage
records can be added.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass 2023-11-07 10:17:40 +01:00
parent f6d76e6878
commit 0d4d9f94c5

View File

@ -137,7 +137,7 @@ ulong bootstage_add_record(enum bootstage_id id, const char *name,
rec->flags = flags;
rec->id = id;
} else {
log_warning("Bootstage space exhasuted\n");
log_warning("Bootstage space exhausted\n");
}
}