mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
Kconfig: fix typos in CMD_BEDBUG description
Fix documentation bug reported by 'make refcheckdocs'. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Patrick Delaunay <patrick.delaunay@st.com>
This commit is contained in:
parent
2799a69ee8
commit
0563700672
1 changed files with 1 additions and 1 deletions
|
@ -2103,7 +2103,7 @@ config CMD_BEDBUG
|
|||
help
|
||||
The bedbug (emBEDded deBUGger) command provides debugging features
|
||||
for some PowerPC processors. For details please see the
|
||||
docuemntation in doc/README.beddbug
|
||||
documentation in doc/README.bedbug.
|
||||
|
||||
config CMD_DIAG
|
||||
bool "diag - Board diagnostics"
|
||||
|
|
Loading…
Reference in a new issue