[PATCH 1/1] Kconfig: fix typos in CMD_BEDBUG description

Fix documentation bug reported by 'make refcheckdocs'.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de --- cmd/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmd/Kconfig b/cmd/Kconfig index 6403bc45a5..c55559ea11 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -2095,7 +2095,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" -- 2.25.0

On Tue, 25 Feb 2020 at 12:44, Heinrich Schuchardt xypron.glpk@gmx.de wrote:
Fix documentation bug reported by 'make refcheckdocs'.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
cmd/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org

Hi Heinrich
From: U-Boot u-boot-bounces@lists.denx.de On Behalf Of Heinrich Schuchardt Sent: mardi 25 février 2020 21:44
Fix documentation bug reported by 'make refcheckdocs'.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
Reviewed-by: Patrick Delaunay patrick.delaunay@st.com
Regards Patrick

On Tue, Feb 25, 2020 at 09:44:05PM +0100, Heinrich Schuchardt wrote:
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
Applied to u-boot/master, thanks!
participants (4)
-
Heinrich Schuchardt
-
Patrick DELAUNAY
-
Simon Glass
-
Tom Rini