From 972da7c838b54c224889525a5cb9561f4024aff2 Mon Sep 17 00:00:00 2001 From: baixiangcpp Date: Sat, 15 Dec 2018 21:45:36 +0800 Subject: [PATCH] fix a comment error Closes: #736 (cherry-picked) --- epolltable-internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0