diff mbox series

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

Message ID 20200225204405.11241-1-xypron.glpk@gmx.de
State Accepted
Commit 0563700672450c8d88d5f90840be499ee0c5a5eb
Delegated to: Tom Rini
Headers show
Series [1/1] Kconfig: fix typos in CMD_BEDBUG description | expand

Commit Message

Heinrich Schuchardt Feb. 25, 2020, 8:44 p.m. UTC
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(-)

--
2.25.0

Comments

Simon Glass Feb. 26, 2020, 3:33 p.m. UTC | #1
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>
Patrick DELAUNAY Feb. 28, 2020, 1:29 p.m. UTC | #2
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
Tom Rini April 21, 2020, 12:25 p.m. UTC | #3
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!
diff mbox series

Patch

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"