From a5d6e72957e485e536e6ac7be71f7cf6193f7141 Mon Sep 17 00:00:00 2001 From: "David G. Quintas" <dgq@google.com> Date: Thu, 16 Jul 2015 17:38:14 -0700 Subject: [PATCH] Tiny comment grammar fix s/adds...with/adds...to --- src/core/iomgr/pollset_set.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- GitLab