diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2024-09-19 00:01:13 +0200 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2024-09-21 11:02:25 +0200 |
commit | 73de2598735e0698592a33096a91cc1038b9fedd (patch) | |
tree | 6d86508454dabb85724e7b90dee31249fac5ec3b /include/event.h | |
parent | d168c637e4d4b70f9991f6e78520e3e987fa00f4 (diff) | |
download | u-boot-73de2598735e0698592a33096a91cc1038b9fedd.tar.gz u-boot-73de2598735e0698592a33096a91cc1038b9fedd.tar.bz2 u-boot-73de2598735e0698592a33096a91cc1038b9fedd.zip |
events: correct event_uninit() description
The function name in the description must match the function.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/event.h')
-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 fb353ad623..75141a192a 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 |