diff options
| author | Heinrich Schuchardt <[email protected]> | 2024-09-19 00:01:13 +0200 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2024-09-21 11:02:25 +0200 |
| commit | 73de2598735e0698592a33096a91cc1038b9fedd (patch) | |
| tree | 6d86508454dabb85724e7b90dee31249fac5ec3b /include | |
| parent | d168c637e4d4b70f9991f6e78520e3e987fa00f4 (diff) | |
events: correct event_uninit() description
The function name in the description must match the function.
Signed-off-by: Heinrich Schuchardt <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/event.h b/include/event.h index fb353ad623e..75141a192a4 100644 --- a/include/event.h +++ b/include/event.h @@ -385,7 +385,7 @@ static inline int event_notify_null(enum event_t type) int event_uninit(void); /** - * event_uninit() - Set up dynamic events + * event_init() - Set up dynamic events * * Init a list of dynamic event handlers, so that these can be added as * needed |
