summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Villeneuve <[email protected]>2023-04-25 14:34:45 -0400
committerTom Rini <[email protected]>2023-05-03 18:30:46 -0400
commita7989a7cc2ee8dd61805dff62fac80659daf5c66 (patch)
tree9558b7ee4b40b8189ff1aede6604d62ed3abfd6f
parented356ac9300b6efca238d7058bbe8395aa9ff8c6 (diff)
common/Kconfig: fix comments syntax error
Fix comments error in EVENT_DEBUG description: this get usefui -> this to get useful Signed-off-by: Hugo Villeneuve <[email protected]> Reviewed-by: Simon Glass <[email protected]>
-rw-r--r--common/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 6345d5c4bae..a19d82f8d92 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -626,7 +626,7 @@ config EVENT_DEBUG
bool "Enable event debugging assistance"
default y if SANDBOX
help
- Enable this get usefui features for seeing what is happening with
+ Enable this to get useful features for seeing what is happening with
events, such as event-type names. This adds to the code size of
U-Boot so can be turned off for production builds.