event/Loop: improve API doc wording

This commit is contained in:
Max Kellermann 2022-09-28 09:55:34 +02:00
parent 56adb27b44
commit db21e20c99

View File

@ -96,8 +96,8 @@ class EventLoop final
SocketList sockets;
/**
* A linked list of #SocketEvent instances which have a
* non-zero "ready_flags" field, and need to be dispatched.
* A list of #SocketEvent instances which have a non-zero
* "ready_flags" field, and need to be dispatched.
*/
SocketList ready_sockets;