summaryrefslogtreecommitdiff
path: root/select.c
diff options
context:
space:
mode:
authorNiels Provos <provos@gmail.com>2006-03-28 04:16:14 +0000
committerNiels Provos <provos@gmail.com>2006-03-28 04:16:14 +0000
commit7517ef2a81eab41b8aeda699dc8ed050c01092b6 (patch)
tree50c0aa68275e7e59a5bea7188b0a6b993e1b9678 /select.c
parent682d598ada027ef7713168b776955143d07417de (diff)
downloadlibevent-7517ef2a81eab41b8aeda699dc8ed050c01092b6.tar.gz
some fixes from openbsd via brad
svn:r207
Diffstat (limited to 'select.c')
-rw-r--r--select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/select.c b/select.c
index 00909b79..f4a3c3c3 100644
--- a/select.c
+++ b/select.c
@@ -93,7 +93,7 @@ select_init(void)
{
struct selectop *sop;
- /* Disable kqueue when this environment variable is set */
+ /* Disable select when this environment variable is set */
if (getenv("EVENT_NOSELECT"))
return (NULL);