Fix typo in ev_epollex_linux

pull/16141/head
Hope Casey-Allen 7 years ago
parent c01ec49912
commit 89a2ddb870
  1. 2
      src/core/lib/iomgr/ev_epollex_linux.cc

@ -135,7 +135,7 @@ struct pollable {
// underlying epoll set (i.e whenever fd_orphan() is called).
//
// Implementing (2) above (i.e removing fds from cache on fd_orphan) adds a
// lot of complexity since an fd can be present in multiple pollalbles. So our
// lot of complexity since an fd can be present in multiple pollables. So our
// implementation ONLY DOES (1) and NOT (2).
//
// The cache_fd.salt variable helps here to maintain correctness (it serves as

Loading…
Cancel
Save