aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar hcaseyal <hcaseyal@gmail.com>2018-07-25 16:14:08 -0700
committerGravatar GitHub <noreply@github.com>2018-07-25 16:14:08 -0700
commite41215e181564a61320b9b69ae5feb7f7c3625fe (patch)
treef4a083673d23f99206564b8eac2c53215f9dd0a6
parentd81fa7d6ece3c007e9c1f213de181c1a2aae3c1c (diff)
parent89a2ddb870a70c5130b59c016399caa6fd9571bb (diff)
Merge pull request #16141 from hcaseyal/fix_typo
Fix typo in ev_epollex_linux
-rw-r--r--src/core/lib/iomgr/ev_epollex_linux.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/ev_epollex_linux.cc b/src/core/lib/iomgr/ev_epollex_linux.cc
index 7b368410cf..e1f3e43af7 100644
--- a/src/core/lib/iomgr/ev_epollex_linux.cc
+++ b/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