summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Villeneuve <hvilleneuve@dimonoff.com>2023-04-25 21:34:45 +0300
committerTom Rini <trini@konsulko.com>2023-05-04 01:30:46 +0300
commita7989a7cc2ee8dd61805dff62fac80659daf5c66 (patch)
tree9558b7ee4b40b8189ff1aede6604d62ed3abfd6f
parented356ac9300b6efca238d7058bbe8395aa9ff8c6 (diff)
downloadu-boot-a7989a7cc2ee8dd61805dff62fac80659daf5c66.tar.xz
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 <hvilleneuve@dimonoff.com> Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r--common/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 6345d5c4ba..a19d82f8d9 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.