Message ID | 20200225204405.11241-1-xypron.glpk@gmx.de |
---|---|
State | Accepted |
Commit | 0563700672450c8d88d5f90840be499ee0c5a5eb |
Headers | show |
Series | [1/1] Kconfig: fix typos in CMD_BEDBUG description | expand |
On Tue, 25 Feb 2020 at 12:44, Heinrich Schuchardt <xypron.glpk at gmx.de> wrote: > > Fix documentation bug reported by 'make refcheckdocs'. > > Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de> > --- > cmd/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Simon Glass <sjg at chromium.org>
Hi Heinrich > From: U-Boot <u-boot-bounces at 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 at gmx.de> > --- Reviewed-by: Patrick Delaunay <patrick.delaunay at 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 at gmx.de> > Reviewed-by: Simon Glass <sjg at chromium.org> > Reviewed-by: Patrick Delaunay <patrick.delaunay at st.com> Applied to u-boot/master, thanks!
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"
Fix documentation bug reported by 'make refcheckdocs'. Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de> --- cmd/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.25.0