aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar David G. Quintas <dgq@google.com>2015-07-16 17:38:14 -0700
committerGravatar David G. Quintas <dgq@google.com>2015-07-16 17:38:14 -0700
commita5d6e72957e485e536e6ac7be71f7cf6193f7141 (patch)
treec40c88a113b035d2b9c50c71ce684ce429dca553
parentc9af31dad084f3fb58a7523e0bcf917a1d98cf3e (diff)
Tiny comment grammar fix
s/adds...with/adds...to
-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 98e3b552a7..6d73951c70 100644
--- a/src/core/iomgr/pollset_set.h
+++ b/src/core/iomgr/pollset_set.h
@@ -38,7 +38,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.
+ fd's (etc) that have been registered with the set_set to that pollset.
Registering fd's automatically adds them to all current pollsets. */
#ifdef GPR_POSIX_SOCKET