Commit 21f409d5 authored by Max Kellermann's avatar Max Kellermann

event/SocketEvent: fix grammar

parent 521e573b
...@@ -59,7 +59,7 @@ class SocketEvent { ...@@ -59,7 +59,7 @@ class SocketEvent {
SocketDescriptor fd; SocketDescriptor fd;
/** /**
* A bit mask of events that is currently registered in the * A bit mask of events that are currently registered in the
* #EventLoop. * #EventLoop.
*/ */
unsigned scheduled_flags = 0; unsigned scheduled_flags = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment