diff options
author | Heinrich Schuchardt | 2020-02-25 21:44:05 +0100 |
---|---|---|
committer | Tom Rini | 2020-04-17 12:32:36 -0400 |
commit | 0563700672450c8d88d5f90840be499ee0c5a5eb (patch) | |
tree | 496cc452e4b9151732bb82e32298be863cde18f7 /cmd | |
parent | 2799a69ee88f8fe086846095f8fe8a8e79483605 (diff) |
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>
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index 0e2576262dc..a46c77d69de 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -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" |