summaryrefslogtreecommitdiff
path: root/src/ae_evport.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ae_evport.c')
-rw-r--r--src/ae_evport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ae_evport.c b/src/ae_evport.c
index 5c317becb..b79ed9bc7 100644
--- a/src/ae_evport.c
+++ b/src/ae_evport.c
@@ -232,7 +232,7 @@ static void aeApiDelEvent(aeEventLoop *eventLoop, int fd, int mask) {
/*
* ENOMEM is a potentially transient condition, but the kernel won't
* generally return it unless things are really bad. EAGAIN indicates
- * we've reached an resource limit, for which it doesn't make sense to
+ * we've reached a resource limit, for which it doesn't make sense to
* retry (counter-intuitively). All other errors indicate a bug. In any
* of these cases, the best we can do is to abort.
*/