From patchwork Tue Feb 25 20:44:05 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Heinrich Schuchardt X-Patchwork-Id: 236808 List-Id: U-Boot discussion From: xypron.glpk at gmx.de (Heinrich Schuchardt) Date: Tue, 25 Feb 2020 21:44:05 +0100 Subject: [PATCH 1/1] Kconfig: fix typos in CMD_BEDBUG description Message-ID: <20200225204405.11241-1-xypron.glpk@gmx.de> Fix documentation bug reported by 'make refcheckdocs'. Signed-off-by: Heinrich Schuchardt Reviewed-by: Simon Glass Reviewed-by: Patrick Delaunay --- cmd/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.25.0 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"