From: David Lechner Date: Wed, 14 Jan 2026 16:10:46 +0000 (-0600) Subject: cmd/Kconfig: fix typo in CMD_PINMUX description X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fed667f890fb6bc7a1928cb85509613dd3dbc24;p=thirdparty%2Fu-boot.git cmd/Kconfig: fix typo in CMD_PINMUX description Fix typo with correct spelling of "purposes". Also change "debug" to "debugging" while touching this since that is the more common phrasing. Reviewed-by: Quentin Schulz Signed-off-by: David Lechner --- diff --git a/cmd/Kconfig b/cmd/Kconfig index 20df068d55c..13da4f313f1 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1679,7 +1679,7 @@ config CMD_PINMUX default y if PINCTRL help Parse all available pin-controllers and show pins muxing. This - is useful for debug purpoer to check the pin muxing and to know if + is useful for debugging purposes to check the pin muxing and to know if a pin is configured as a GPIO or as an alternate function. config CMD_POWEROFF