aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-09-15 08:41:44 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2016-09-15 08:41:44 -0700
commit6eb48f10732e456301d841d79dd30cdd15995572 (patch)
tree07eae448ad616c67fcacf46bbe9d8b6545bd03eb /src
parent8424fdcb70c5a316a66c55401550209a180e838d (diff)
Fix comment
Diffstat (limited to 'src')
-rw-r--r--src/core/ext/lb_policy/round_robin/round_robin.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/ext/lb_policy/round_robin/round_robin.c b/src/core/ext/lb_policy/round_robin/round_robin.c
index f87d8f080d..4434165ff9 100644
--- a/src/core/ext/lb_policy/round_robin/round_robin.c
+++ b/src/core/ext/lb_policy/round_robin/round_robin.c
@@ -130,8 +130,9 @@ struct round_robin_lb_policy {
/** total number of addresses received at creation time */
size_t num_addresses;
- /** user data, one per incoming address. This pointer is borrowed and opaque.
- * It'll be returned as-is in successful picks. */
+ /** array holding the borrowed and opaque pointers to incoming user data, one
+ * per incoming address. These individual pointers will be returned as-is in
+ * successful picks. */
void **user_data_pointers;
/** all our subchannels */