From db21e20c99c45a4e70ce58b6e30f0cab46bc14e9 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 28 Sep 2022 09:55:34 +0200 Subject: [PATCH] event/Loop: improve API doc wording --- src/event/Loop.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/event/Loop.hxx b/src/event/Loop.hxx index 3ac874bc7..1dc75a239 100644 --- a/src/event/Loop.hxx +++ b/src/event/Loop.hxx @@ -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;