Skip to content
Snippets Groups Projects
Commit 3644adf8 authored by Craig Tiller's avatar Craig Tiller
Browse files

Merge pull request #2478 from grpc/pollset_set_comment_fix

Tiny comment grammar fix
parents be2b9b25 a5d6e729
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment