From 613d0caf14d7781240683218a46378bd92c9f5e5 Mon Sep 17 00:00:00 2001 From: Patrick Delaunay Date: Mon, 4 Jan 2021 15:33:28 +0100 Subject: [PATCH] lib: cosmetic update of CONFIG_LIB_ELF description Change 2 typo error in CONFIG_LIB_ELF description: - Supoort => Support - fir => for Signed-off-by: Patrick Delaunay Reviewed-by: Simon Glass --- lib/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Kconfig b/lib/Kconfig index a704568443..88c43a38c3 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -695,8 +695,8 @@ config LIB_DATE config LIB_ELF bool help - Supoort basic elf loading/validating functions. - This supports fir 32 bit and 64 bit versions. + Support basic elf loading/validating functions. + This supports for 32 bit and 64 bit versions. endmenu -- 2.39.5