diff options
author | Hugo Villeneuve <hvilleneuve@dimonoff.com> | 2023-04-25 14:34:45 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-05-03 18:30:46 -0400 |
commit | a7989a7cc2ee8dd61805dff62fac80659daf5c66 (patch) | |
tree | 9558b7ee4b40b8189ff1aede6604d62ed3abfd6f | |
parent | ed356ac9300b6efca238d7058bbe8395aa9ff8c6 (diff) | |
download | u-boot-a7989a7cc2ee8dd61805dff62fac80659daf5c66.tar.gz u-boot-a7989a7cc2ee8dd61805dff62fac80659daf5c66.tar.bz2 u-boot-a7989a7cc2ee8dd61805dff62fac80659daf5c66.zip |
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/Kconfig | 2 |
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. |