From: Hugo Villeneuve <hvilleneuve@dimonoff.com>
Date: Tue, 25 Apr 2023 18:34:45 +0000 (-0400)
Subject: common/Kconfig: fix comments syntax error
X-Git-Tag: v2025.01-rc5-pxa1908~1013^2~2
X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/html/%7B%7B%20%28.OutputFormats.Get?a=commitdiff_plain;h=a7989a7cc2ee8dd61805dff62fac80659daf5c66;p=u-boot.git

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>
---

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.