From: Heinrich Schuchardt Date: Tue, 25 Feb 2020 20:44:05 +0000 (+0100) Subject: Kconfig: fix typos in CMD_BEDBUG description X-Git-Tag: v2020.07-rc1~27^2~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0563700672450c8d88d5f90840be499ee0c5a5eb;p=oweals%2Fu-boot.git Kconfig: fix typos in CMD_BEDBUG description Fix documentation bug reported by 'make refcheckdocs'. Signed-off-by: Heinrich Schuchardt Reviewed-by: Simon Glass Reviewed-by: Patrick Delaunay --- diff --git a/cmd/Kconfig b/cmd/Kconfig index 0e2576262d..a46c77d69d 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"