summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2022-09-06 20:26:55 -0600
committerTom Rini <[email protected]>2022-09-29 16:07:57 -0400
commitf39e5b802aa486a038a0cbe54c2b6f72aa551f9f (patch)
treeaa0c0e83e9900b1ca045573a4fe09be488cc1f68
parent96d0c4514fdf3ec46c7fba718d4c8c84f51c6574 (diff)
event: Fix a typo in the EVENT help
Fix the help message. Signed-off-by: Simon Glass <[email protected]>
-rw-r--r--common/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 6591acd2fd0..6608a4f0fc1 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.