* [PATCH] event: fix comments syntax error
@ 2023-04-25 13:46 Hugo Villeneuve
2023-04-25 18:00 ` Simon Glass
2023-05-04 15:51 ` Tom Rini
0 siblings, 2 replies; 3+ messages in thread
From: Hugo Villeneuve @ 2023-04-25 13:46 UTC (permalink / raw)
To: u-boot; +Cc: Hugo Villeneuve
From: Hugo Villeneuve <hvilleneuve@dimonoff.com>
Fix comments syntax error in event description:
creasted -> created
Signed-off-by: Hugo Villeneuve <hvilleneuve@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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] event: fix comments syntax error
2023-04-25 13:46 [PATCH] event: fix comments syntax error Hugo Villeneuve
@ 2023-04-25 18:00 ` Simon Glass
2023-05-04 15:51 ` Tom Rini
1 sibling, 0 replies; 3+ messages in thread
From: Simon Glass @ 2023-04-25 18:00 UTC (permalink / raw)
To: Hugo Villeneuve; +Cc: u-boot, Hugo Villeneuve
On Tue, 25 Apr 2023 at 07:47, Hugo Villeneuve <hugo@hugovil.com> wrote:
>
> From: Hugo Villeneuve <hvilleneuve@dimonoff.com>
>
> Fix comments syntax error in event description:
> creasted -> created
>
> Signed-off-by: Hugo Villeneuve <hvilleneuve@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@chromium.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] event: fix comments syntax error
2023-04-25 13:46 [PATCH] event: fix comments syntax error Hugo Villeneuve
2023-04-25 18:00 ` Simon Glass
@ 2023-05-04 15:51 ` Tom Rini
1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2023-05-04 15:51 UTC (permalink / raw)
To: Hugo Villeneuve; +Cc: u-boot, Hugo Villeneuve
[-- Attachment #1: Type: text/plain, Size: 363 bytes --]
On Tue, Apr 25, 2023 at 09:46:45AM -0400, Hugo Villeneuve wrote:
> From: Hugo Villeneuve <hvilleneuve@dimonoff.com>
>
> Fix comments syntax error in event description:
> creasted -> created
>
> Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>
Applied to u-boot/master, thanks!
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-05-04 15:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-25 13:46 [PATCH] event: fix comments syntax error Hugo Villeneuve
2023-04-25 18:00 ` Simon Glass
2023-05-04 15:51 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox