Hi David,
On 1/6/26 11:10 PM, David Lechner wrote:
Fix typo with correct spelling of "purposes".
Signed-off-by: David Lechner <[email protected]>
---
cmd/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmd/Kconfig b/cmd/Kconfig
index b71ac554c0b..94f3e75ca6a 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 debug purposes to check the pin muxing and to know if
Not a native speaker, but shouldn't we be saying "debugging purposes"?
Anyway, this fixes an obvious typo, so:
Reviewed-by: Quentin Schulz <[email protected]>
Thanks!
Quentin