diff options
| author | David Lechner <[email protected]> | 2026-01-14 10:10:46 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-01-21 13:30:49 -0600 |
| commit | 9fed667f890fb6bc7a1928cb85509613dd3dbc24 (patch) | |
| tree | a84cb188447cb23e91d899f39c5293a6da1a3366 /cmd | |
| parent | 2d665b9cd361c4b6d100d3b1b5bdb6e0d1725486 (diff) | |
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 <[email protected]>
Signed-off-by: David Lechner <[email protected]>
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
