diff options
author | Hugo Villeneuve | 2023-04-25 14:34:45 -0400 |
---|---|---|
committer | Tom Rini | 2023-05-03 18:30:46 -0400 |
commit | a7989a7cc2ee8dd61805dff62fac80659daf5c66 (patch) | |
tree | 9558b7ee4b40b8189ff1aede6604d62ed3abfd6f /common/Kconfig | |
parent | ed356ac9300b6efca238d7058bbe8395aa9ff8c6 (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 <hvilleneuve@dimonoff.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common/Kconfig')
-rw-r--r-- | common/Kconfig | 2 |
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. |