Merge pull request #16141 from hcaseyal/fix_typo

Fix typo in ev_epollex_linux
reviewable/pr15914/r11
hcaseyal 6 years ago committed by GitHub
commit e41215e181
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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