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 <[email protected]> Signed-off-by: David Lechner <[email protected]> --- Changes in v2: - Fix typo in subject line. - Change debug to debugging while we are at it. - Link to v1: https://lore.kernel.org/r/20260106-fix-typo-in-cmd-pinmux-desc-v1-1-1798f6690...@baylibre.com --- cmd/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/Kconfig b/cmd/Kconfig index b71ac554c0b..3138ffaa639 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 --- base-commit: d503633a36767d756c7de28305cf0de79440cbc0 change-id: 20260106-fix-typo-in-cmd-pinmux-desc-52ea662f8e9a Best regards, -- David Lechner <[email protected]>

