diff options
author | 2018-11-08 10:45:38 -0800 | |
---|---|---|
committer | 2018-11-08 10:49:06 -0800 | |
commit | 88352c827fb191d2c047294a9caad16b8691d1ad (patch) | |
tree | 4178cf5985624d1565d5e68df1f7a26a6749c25f /src/core | |
parent | 0f2414873379ad88344c0f606645ac985cf9066d (diff) |
Address review comments
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/ext/filters/client_channel/lb_policy/xds/xds.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/ext/filters/client_channel/lb_policy/xds/xds.cc b/src/core/ext/filters/client_channel/lb_policy/xds/xds.cc index 19ae18e7ea..59923ab861 100644 --- a/src/core/ext/filters/client_channel/lb_policy/xds/xds.cc +++ b/src/core/ext/filters/client_channel/lb_policy/xds/xds.cc @@ -1321,8 +1321,8 @@ void XdsLb::ProcessChannelArgsLocked(const grpc_channel_args& args) { void XdsLb::UpdateLocked(const grpc_channel_args& args) { ProcessChannelArgsLocked(args); - // Note: We have disable fallback mode in the code, so we dont need to update - // the policy. + // Note: We have disabled fallback mode in the code, so we don't need to + // handle fallback address changes. // TODO(vpowar): Handle the fallback_address changes when we add support for // fallback in xDS. // Start watching the LB channel connectivity for connection, if not |