From: Heinrich Schuchardt Date: Wed, 18 Sep 2024 22:01:13 +0000 (+0200) Subject: events: correct event_uninit() description X-Git-Url: http://git.dujemihanovic.xyz/html/static/git-favicon.png?a=commitdiff_plain;h=73de2598735e0698592a33096a91cc1038b9fedd;p=u-boot.git events: correct event_uninit() description The function name in the description must match the function. Signed-off-by: Heinrich Schuchardt Reviewed-by: Simon Glass --- 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