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>
This commit is contained in:
Heinrich Schuchardt 2024-09-19 00:01:13 +02:00
parent d168c637e4
commit 73de259873

View file

@ -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