summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbaixiangcpp <baixiangcpp@gmail.com>2018-12-15 21:45:36 +0800
committerAzat Khuzhin <azat@libevent.org>2018-12-16 00:51:14 +0300
commit972da7c838b54c224889525a5cb9561f4024aff2 (patch)
tree65f22a9dc771977a93e76df5fc85f6529f1aa4ec
parentf33c2ce5f89bc334230867f37d07dbfd5e3921bd (diff)
downloadlibevent-972da7c838b54c224889525a5cb9561f4024aff2.tar.gz
fix a comment error
Closes: #736 (cherry-picked)
-rw-r--r--epolltable-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epolltable-internal.h b/epolltable-internal.h
index da30e097..73c2e364 100644
--- a/epolltable-internal.h
+++ b/epolltable-internal.h
@@ -34,7 +34,7 @@
Note also that this table is a little sparse, since ADD+DEL is
nonsensical ("xxx" in the list below.)
- Note also also that we are shifting old_events by only 5 bits, since
+ Note also that we are shifting old_events by only 5 bits, since
EV_READ is 2 and EV_WRITE is 4.
The table was auto-generated with a python script, according to this