aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Juanli Shen <juanlishen@google.com>2018-01-24 10:29:38 -0800
committerGravatar Juanli Shen <juanlishen@google.com>2018-01-24 10:29:38 -0800
commitc872ad459043a8c4376d87fe7970c27189f55743 (patch)
treed4f1bb6c30df54830b211923fe373c02d98500f2
parent1a78ef4c4956c4880c3d15595cc3044bd050f46a (diff)
Fix comment
-rw-r--r--src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc b/src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
index 6393884127..1709e5622e 100644
--- a/src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
+++ b/src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
@@ -171,7 +171,7 @@ struct pending_ping {
typedef struct glb_lb_call_data {
struct glb_lb_policy* glb_policy;
- // todo refactor
+ // TODO(juanlishen): c++ize this struct.
gpr_refcount refs;
/** The streaming call to the LB server. Always non-NULL. */