diff options
author | Julien Boeuf <jboeuf@google.com> | 2015-08-03 16:35:44 -0700 |
---|---|---|
committer | Julien Boeuf <jboeuf@google.com> | 2015-08-03 16:35:44 -0700 |
commit | 324b4b1d00bf3839b474157dddbd4f97a51d8f3e (patch) | |
tree | 505546fddb3b502c152955070ed19489d17bd2f9 /src/core/iomgr/pollset_set.h | |
parent | 66a27daef6e0acc4ad9d3789580e1d3107670c9d (diff) | |
parent | 8e9ff222999199f88344bbb9b4cee3bfc7de433f (diff) |
Merge branch 'auth_md_processor' into server_creds_auth_md_processor
Diffstat (limited to 'src/core/iomgr/pollset_set.h')
-rw-r--r-- | src/core/iomgr/pollset_set.h | 2 |
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 |