aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Juanli Shen <aspirinsjl@gmail.com>2018-01-24 13:04:51 -0800
committerGravatar GitHub <noreply@github.com>2018-01-24 13:04:51 -0800
commit9e272b467fa1e892510a3a505552b2aa18599797 (patch)
tree81c6efbd42fab7ce2a065730d48bdc8701937259
parent42cf55675f40469ccd93b7c298cfa76887f44ba5 (diff)
parentc872ad459043a8c4376d87fe7970c27189f55743 (diff)
Merge pull request #14166 from AspirinSJL/todo
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. */