]> granicus.if.org Git - libevent/commitdiff
fix a comment error
authorbaixiangcpp <baixiangcpp@gmail.com>
Sat, 15 Dec 2018 13:45:36 +0000 (21:45 +0800)
committerAzat Khuzhin <azat@libevent.org>
Sat, 15 Dec 2018 21:51:14 +0000 (00:51 +0300)
Closes: #736 (cherry-picked)
epolltable-internal.h

index da30e0973a27e08490d2393ceebb0b4723625d17..73c2e3647e297e3770083b9ebad116373df1c742 100644 (file)
@@ -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