From c80fdb09a5387dab7774a254c17b662ab4dfabaa Mon Sep 17 00:00:00 2001 From: Yash Tibrewal Date: Thu, 26 Mar 2020 11:47:17 -0700 Subject: [PATCH] Reviewer comments --- src/core/ext/filters/client_channel/subchannel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/ext/filters/client_channel/subchannel.h b/src/core/ext/filters/client_channel/subchannel.h index 89e9e65ec27..16926c4818e 100644 --- a/src/core/ext/filters/client_channel/subchannel.h +++ b/src/core/ext/filters/client_channel/subchannel.h @@ -208,8 +208,8 @@ class Subchannel { } // Dequeues connectivity state change notifications. If the queue is empty, - // it returns false, otherwise returns true and sets \a state to the popped - // state change. + // it returns false, otherwise returns true and sets \a state and \a + // connected_subchannel to the popped state change and connected subchannel. bool PopConnectivityStateChange( grpc_connectivity_state* state, RefCountedPtr* connected_subchannel) {