diff options
author | Patrick Delaunay | 2021-01-04 15:33:28 +0100 |
---|---|---|
committer | Tom Rini | 2021-01-16 19:17:11 -0500 |
commit | 6205bbb1e04ee2f8e503581201cc1c7c3179b070 (patch) | |
tree | 450e7d413f4be606b7a16e0a1fe16d2eda3aba82 /lib/Kconfig | |
parent | c548a3886eafa5a018d5f1c8f232510ca53be9a2 (diff) |
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 <patrick.delaunay@foss.st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'lib/Kconfig')
-rw-r--r-- | lib/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index a704568443c..88c43a38c3e 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 |