From 5242af9d2d0c6b389822303d3fa93d3987d7873a Mon Sep 17 00:00:00 2001 From: timyinshi Date: Thu, 11 Feb 2021 16:35:48 +0800 Subject: [PATCH] delete the extra word Signed-off-by: timyinshi --- pkg/proxy/topology.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/proxy/topology.go b/pkg/proxy/topology.go index fda3348e410..9694774e700 100644 --- a/pkg/proxy/topology.go +++ b/pkg/proxy/topology.go @@ -30,7 +30,7 @@ import ( // for a key, it is considered to not match. // // If topologyKeys is specified, but no endpoints are chosen for any key, the -// the service has no viable endpoints for clients on this node, and connections +// service has no viable endpoints for clients on this node, and connections // should fail. // // The special key "*" may be used as the last entry in topologyKeys to indicate