diff options
author | David Garcia Quintas <dgq@google.com> | 2016-07-19 11:35:15 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-07-19 11:35:15 -0700 |
commit | d4a756b1bad036f4a66fd5b45723478e30c93587 (patch) | |
tree | 86d756fcd4ed3ef6e4a7f4335857bc3c8ee2d4d3 /src/core/ext | |
parent | 5a87616c43fbec62e27ebb01f5562b9d34ebd83c (diff) |
corrected typo
Diffstat (limited to 'src/core/ext')
-rw-r--r-- | src/core/ext/lb_policy/grpclb/grpclb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/lb_policy/grpclb/grpclb.c b/src/core/ext/lb_policy/grpclb/grpclb.c index 750fd28a6c..e020365bbf 100644 --- a/src/core/ext/lb_policy/grpclb/grpclb.c +++ b/src/core/ext/lb_policy/grpclb/grpclb.c @@ -84,7 +84,7 @@ * Once a RR policy instance is in place (and getting updated as described), * calls to for a pick, a ping or a cancellation will be serviced right away by * forwarding them to the RR instance. Any time there's no RR policy available - * (ie, right after the creation of the gRRPCLB policy, if an empty serverlist + * (ie, right after the creation of the gRPCLB policy, if an empty serverlist * is received, etc), pick/ping requests are added to a list of pending * picks/pings to be flushed and serviced as part of \a rr_handover() the moment * the RR policy instance becomes available. |