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 <quentin.schulz@cherry.de>
Signed-off-by: David Lechner <dlechner@baylibre.com>
This commit is contained in:
David Lechner
2026-01-14 10:10:46 -06:00
committed by Tom Rini
parent 2d665b9cd3
commit 9fed667f89

View File

@@ -1679,7 +1679,7 @@ config CMD_PINMUX
default y if PINCTRL default y if PINCTRL
help help
Parse all available pin-controllers and show pins muxing. This 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. a pin is configured as a GPIO or as an alternate function.
config CMD_POWEROFF config CMD_POWEROFF