event: Fix a typo in the EVENT help
authorSimon Glass <sjg@chromium.org>
Wed, 7 Sep 2022 02:26:55 +0000 (20:26 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 29 Sep 2022 20:07:57 +0000 (16:07 -0400)
Fix the help message.

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

index 6591acd..6608a4f 100644 (file)
@@ -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.