]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
common/Kconfig: fix comments syntax error
authorHugo Villeneuve <hvilleneuve@dimonoff.com>
Tue, 25 Apr 2023 18:34:45 +0000 (14:34 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 3 May 2023 22:30:46 +0000 (18:30 -0400)
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>
common/Kconfig

index 6345d5c4bae2aa3373989037e0bd241597f51e01..a19d82f8d92cd9113cc298b878bcb087abbc8bbf 100644 (file)
@@ -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.