summaryrefslogtreecommitdiff
path: root/ev_select.c
diff options
context:
space:
mode:
authorroot <root>2009-01-05 14:41:35 +0000
committerroot <root>2009-01-05 14:41:35 +0000
commit3a75abe4102c7f57b275b3a0febe1ebc6d05bd62 (patch)
treea0a5f9acb0d4be93bbc6679fe74507f036b83e4e /ev_select.c
parent4de130b558e134f93b57b90b988193b2b32d0792 (diff)
*** empty log message ***
Diffstat (limited to 'ev_select.c')
-rw-r--r--ev_select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev_select.c b/ev_select.c
index 6ffb93c..1835444 100644
--- a/ev_select.c
+++ b/ev_select.c
@@ -179,7 +179,7 @@ select_poll (EV_P_ ev_tstamp timeout)
#ifdef _WIN32
/* select on windows errornously returns EINVAL when no fd sets have been
* provided (this is documented). what microsoft doesn't tell you that this bug
- * exists even when the fd sets are provided, so we have to check for this bug
+ * exists even when the fd sets _are_ provided, so we have to check for this bug
* here and emulate by sleeping manually.
* we also get EINVAL when the timeout is invalid, but we ignore this case here
* and assume that EINVAL always means: you have to wait manually.