aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/support
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-11-02 08:39:16 -0700
committerGravatar Mark D. Roth <roth@google.com>2016-11-02 08:39:16 -0700
commit754b2b88bc7bf35629573ba46a9600e385cd7100 (patch)
tree09e528d0400634795f899b4a115ae65f7f0c5811 /include/grpc++/support
parent87a066e5b1fa42cf057b3fdf4849ca581153bf5b (diff)
Code review changes.
Diffstat (limited to 'include/grpc++/support')
-rw-r--r--include/grpc++/support/channel_arguments.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/grpc++/support/channel_arguments.h b/include/grpc++/support/channel_arguments.h
index 11d10f4a55..49a3e9461c 100644
--- a/include/grpc++/support/channel_arguments.h
+++ b/include/grpc++/support/channel_arguments.h
@@ -85,9 +85,9 @@ class ChannelArguments {
/// The given buffer pool will be attached to the constructed channel
void SetResourceQuota(const ResourceQuota& resource_quota);
- // Set LB policy name.
- // Note that if the name resolver returns only balancer addresses, the
- // grpclb LB policy will be used, regardless of what is specified here.
+ /// Set LB policy name.
+ /// Note that if the name resolver returns only balancer addresses, the
+ /// grpclb LB policy will be used, regardless of what is specified here.
void SetLoadBalancingPolicyName(const grpc::string& lb_policy_name);
// Generic channel argument setters. Only for advanced use cases.