aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-09-02 18:43:24 +0200
committerGravatar David Garcia Quintas <dgq@google.com>2016-09-02 18:43:24 +0200
commit42adfb89ce3f842bf7a3d24e9f04b32d46644457 (patch)
treec77a4310356b32c33d4b61b40527abe51112eae6 /src/core
parentd1a47f1627481b7886642f32724170f39a733897 (diff)
typo
Diffstat (limited to 'src/core')
-rw-r--r--src/core/ext/client_config/lb_policy_factory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/client_config/lb_policy_factory.h b/src/core/ext/client_config/lb_policy_factory.h
index cfe6f1afa3..2125eaba70 100644
--- a/src/core/ext/client_config/lb_policy_factory.h
+++ b/src/core/ext/client_config/lb_policy_factory.h
@@ -54,7 +54,7 @@ typedef struct grpc_lb_policy_address_token {
typedef struct grpc_lb_policy_args {
grpc_resolved_addresses *addresses;
- /* It not NULL, array of load balancing tokens associated with \a addresses,
+ /* If not NULL, array of load balancing tokens associated with \a addresses,
* on a 1:1 correspondence. Some indices may be NULL for missing tokens. */
grpc_lb_policy_address_token *tokens;
grpc_client_channel_factory *client_channel_factory;