aboutsummaryrefslogtreecommitdiff
path: root/common/Kconfig
diff options
context:
space:
mode:
authorHugo Villeneuve <hvilleneuve@dimonoff.com>2023-04-25 14:34:45 -0400
committerTom Rini <trini@konsulko.com>2023-05-03 18:30:46 -0400
commita7989a7cc2ee8dd61805dff62fac80659daf5c66 (patch)
tree9558b7ee4b40b8189ff1aede6604d62ed3abfd6f /common/Kconfig
parented356ac9300b6efca238d7058bbe8395aa9ff8c6 (diff)
downloadu-boot-a7989a7cc2ee8dd61805dff62fac80659daf5c66.zip
u-boot-a7989a7cc2ee8dd61805dff62fac80659daf5c66.tar.gz
u-boot-a7989a7cc2ee8dd61805dff62fac80659daf5c66.tar.bz2
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>
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 6345d5c..a19d82f 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.