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