diff mbox series

[v2,07/45] event: Fix a typo in the EVENT help

Message ID 20220907022733.66423-8-sjg@chromium.org
State Accepted
Commit f39e5b802aa486a038a0cbe54c2b6f72aa551f9f
Delegated to: Tom Rini
Headers show
Series dm: core: Support multiple device trees in ofnode | expand

Commit Message

Simon Glass Sept. 7, 2022, 2:26 a.m. UTC
Fix the help message.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

(no changes since v1)

 common/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/common/Kconfig b/common/Kconfig
index e7914ca750a..5cfa63b0db1 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -551,7 +551,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.