aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreecha@users.noreply.github.com>2017-07-26 09:41:18 -0700
committerGravatar GitHub <noreply@github.com>2017-07-26 09:41:18 -0700
commit0b9a2f41e4b9efdc20d99582137e5c58ecba9d04 (patch)
treeb939a44aa842a30985180ae935141dd895f5fac1
parent88c5b585dfb5a5781f41bec6466d18b67c871eed (diff)
Update epoll-polling-engine.md
-rw-r--r--doc/epoll-polling-engine.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/epoll-polling-engine.md b/doc/epoll-polling-engine.md
index ab7030a211..1f5d855743 100644
--- a/doc/epoll-polling-engine.md
+++ b/doc/epoll-polling-engine.md
@@ -5,7 +5,7 @@ Sree Kuchibhotla (sreek@) [May - 2016]
> Status: As of June 2016, this change is implemented and merged.
-> * The bulk of the functionality is in: [ev_poll_linux.c](https://github.com/grpc/grpc/blob/master/src/core/lib/iomgr/ev_epoll_linux.c)
+> * The bulk of the functionality is in: [ev_epollsig_linux.c](https://github.com/grpc/grpc/blob/master/src/core/lib/iomgr/ev_epollsig_linux.c)
> * Pull request: https://github.com/grpc/grpc/pull/6803
## 1. Introduction