Fixing comment typo (#260)

Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
pull/262/merge
alyssawilk 7 years ago committed by GitHub
parent 2c3c10ad96
commit 069ae5dc5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      api/eds.proto

@ -83,7 +83,7 @@ message LbEndpoint {
// LocalityLbEndpoints. If unspecified, each host is presumed to have equal
// weight in a locality.
// The limit of 128 is somewhat arbitrary, but is applied due to performance
// concerns with the current implmenetation and can be removed when
// concerns with the current implementation and can be removed when
// https://github.com/envoyproxy/envoy/issues/1285 is fixed.
google.protobuf.UInt32Value load_balancing_weight = 4;
}
@ -108,7 +108,7 @@ message LocalityLbEndpoints {
// cluster.
//
// The limit of 128 is somewhat arbitrary, but is applied due to performance
// concerns with the current implmenetation and can be removed when
// concerns with the current implementation and can be removed when
// https://github.com/envoyproxy/envoy/issues/1285 is fixed.
google.protobuf.UInt32Value load_balancing_weight = 3;

Loading…
Cancel
Save