From: Simon Glass Date: Wed, 7 Sep 2022 02:26:55 +0000 (-0600) Subject: event: Fix a typo in the EVENT help X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=f39e5b802aa486a038a0cbe54c2b6f72aa551f9f;p=u-boot.git event: Fix a typo in the EVENT help Fix the help message. Signed-off-by: Simon Glass --- diff --git a/common/Kconfig b/common/Kconfig index 6591acd2fd..6608a4f0fc 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -577,7 +577,7 @@ config EVENT help This enables sending and processing of events, to allow interested parties to be alerted when something happens. This is an attempt to - step the flow of weak functions, hooks, functions in board_f.c + stem the flow of weak functions, hooks, functions in board_f.c and board_r.c and the Kconfig options below. See doc/develop/event.rst for more information.