projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c548a38
)
lib: cosmetic update of CONFIG_LIB_ELF description
author
Patrick Delaunay
<patrick.delaunay@foss.st.com>
Mon, 4 Jan 2021 14:33:28 +0000
(15:33 +0100)
committer
Tom Rini
<trini@konsulko.com>
Sun, 17 Jan 2021 00:17:11 +0000
(19:17 -0500)
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>
lib/Kconfig
patch
|
blob
|
history
diff --git
a/lib/Kconfig
b/lib/Kconfig
index a704568443c9580377f562099c222bd853d24724..88c43a38c3e639addeebe44438fb90ff0b067063 100644
(file)
--- a/
lib/Kconfig
+++ b/
lib/Kconfig
@@
-695,8
+695,8
@@
config LIB_DATE
config LIB_ELF
bool
help
- Sup
o
ort basic elf loading/validating functions.
- This supports f
i
r 32 bit and 64 bit versions.
+ Sup
p
ort basic elf loading/validating functions.
+ This supports f
o
r 32 bit and 64 bit versions.
endmenu