From 06469e737b586b615becf0e6783170874c865481 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 29 Nov 2022 09:54:48 +1000 Subject: [PATCH] doc: fix two references to function calls --- src/libei.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libei.h b/src/libei.h index 4b584c5..a9a978b 100644 --- a/src/libei.h +++ b/src/libei.h @@ -638,7 +638,7 @@ ei_get_user_data(struct ei *ei); /** * libei keeps a single file descriptor for all events. This fd should be * monitored for events by the caller's mainloop, e.g. using select(). When - * events are available on this fd, call libei_dispatch() immediately to + * events are available on this fd, call ei_dispatch() immediately to * process. */ int @@ -646,7 +646,7 @@ ei_get_fd(struct ei *ei); /** * Main event dispatching function. Reads events of the file descriptors - * and processes them internally. Use libei_get_event() to retrieve the + * and processes them internally. Use ei_get_event() to retrieve the * events. * * Dispatching does not necessarily queue events. This function