[PATCH v2] common/Kconfig: fix comments syntax error

From: Hugo Villeneuve hvilleneuve@dimonoff.com
Fix comments error in EVENT_DEBUG description: this get usefui -> this to get useful
Signed-off-by: Hugo Villeneuve hvilleneuve@dimonoff.com --- common/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/Kconfig b/common/Kconfig index f2783ee65d..0d69e83a33 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.

On Tue, 25 Apr 2023 at 12:34, Hugo Villeneuve hugo@hugovil.com wrote:
From: Hugo Villeneuve hvilleneuve@dimonoff.com
Fix comments error in EVENT_DEBUG description: this get usefui -> this to get useful
Signed-off-by: Hugo Villeneuve hvilleneuve@dimonoff.com
common/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org

On Tue, Apr 25, 2023 at 02:34:45PM -0400, Hugo Villeneuve wrote:
From: Hugo Villeneuve hvilleneuve@dimonoff.com
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
Applied to u-boot/master, thanks!
participants (3)
-
Hugo Villeneuve
-
Simon Glass
-
Tom Rini