[PATCH] event: fix comments syntax error

Simon Glass sjg at chromium.org
Tue Apr 25 20:00:56 CEST 2023


On Tue, 25 Apr 2023 at 07:47, Hugo Villeneuve <hugo at hugovil.com> wrote:
>
> From: Hugo Villeneuve <hvilleneuve at dimonoff.com>
>
> Fix comments syntax error in event description:
>     creasted -> created
>
> Signed-off-by: Hugo Villeneuve <hvilleneuve at dimonoff.com>
> ---
>  doc/develop/event.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/develop/event.rst b/doc/develop/event.rst
> index 4ff5934837..e60cbf6569 100644
> --- a/doc/develop/event.rst
> +++ b/doc/develop/event.rst
> @@ -12,7 +12,7 @@ Rather than using weak functions and direct calls across subsystemss, it is
>  often easier to use an event.
>
>  An event consists of a type (e.g. EVT_DM_POST_INIT) and some optional data,
> -in `union event_data`. An event spy can be creasted to watch for events of a
> +in `union event_data`. An event spy can be created to watch for events of a
>  particular type. When the event is created, it is sent to each spy in turn.
>
>
> --
> 2.30.2
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list