From 90f0631c8d77f033f427527878773292710578a1 Mon Sep 17 00:00:00 2001 From: ncteisen Date: Thu, 19 Jul 2018 10:09:22 -0700 Subject: s/channels/channel's --- .../ext/filters/client_channel/lb_policy/round_robin/round_robin.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/ext/filters/client_channel') diff --git a/src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc b/src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc index a19ddd1c0b..fc56a4961f 100644 --- a/src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc +++ b/src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc @@ -217,7 +217,7 @@ class RoundRobin : public LoadBalancingPolicy { PickState* pending_picks_ = nullptr; /** our connectivity state tracker */ grpc_connectivity_state_tracker state_tracker_; - /// Lock and data used to capture snapshots of this channels child + /// Lock and data used to capture snapshots of this channel's child /// channels and subchannels. This data is consumed by channelz. gpr_mu child_refs_mu_; ChildRefsList child_subchannels_; -- cgit v1.2.3