diff options
| author | Simon Glass <[email protected]> | 2022-09-06 20:26:55 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-09-29 16:07:57 -0400 |
| commit | f39e5b802aa486a038a0cbe54c2b6f72aa551f9f (patch) | |
| tree | aa0c0e83e9900b1ca045573a4fe09be488cc1f68 | |
| parent | 96d0c4514fdf3ec46c7fba718d4c8c84f51c6574 (diff) | |
event: Fix a typo in the EVENT help
Fix the help message.
Signed-off-by: Simon Glass <[email protected]>
| -rw-r--r-- | common/Kconfig | 2 |
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. |
