aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/pollset_set.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-06-18 08:19:17 -0700
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-06-18 08:19:17 -0700
commitac45370a137d733c7fcd61cafbff02f2fadfa55b (patch)
tree68bca88d21896d43f81c6900b7acf3122922f6b4 /src/core/iomgr/pollset_set.h
parentcec9eb9ed727dc7321380d63a9e48c8fc94f2fbe (diff)
parent6174b9a4d092c145d6cd3c90ab59bf5a0939329e (diff)
Merge branch 'we-dont-need-no-backup' into oops-i-split-it-again
Diffstat (limited to 'src/core/iomgr/pollset_set.h')
-rw-r--r--src/core/iomgr/pollset_set.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/iomgr/pollset_set.h b/src/core/iomgr/pollset_set.h
index 335ffb21b9..98e3b552a7 100644
--- a/src/core/iomgr/pollset_set.h
+++ b/src/core/iomgr/pollset_set.h
@@ -39,7 +39,7 @@
/* A grpc_pollset_set is a set of pollsets that are interested in an
action. Adding a pollset to a pollset_set automatically adds any
fd's (etc) that have been registered with the set_set with that pollset.
- Registering fd's automatically iterates all current pollsets. */
+ Registering fd's automatically adds them to all current pollsets. */
#ifdef GPR_POSIX_SOCKET
#include "src/core/iomgr/pollset_set_posix.h"