diff --git a/pkg/minikube/tunnel/kic/ssh_tunnel.go b/pkg/minikube/tunnel/kic/ssh_tunnel.go index 029194718659..001639ef766e 100644 --- a/pkg/minikube/tunnel/kic/ssh_tunnel.go +++ b/pkg/minikube/tunnel/kic/ssh_tunnel.go @@ -187,7 +187,7 @@ func (t *SSHTunnel) stopMarkedConnections() { } } -// sshConnUniqName creates an uniq name for the tunnel, using its name/clusterIP/ports. +// sshConnUniqName creates a uniq name for the tunnel, using its name/clusterIP/ports. // This allows a new process to be created if an existing service was changed, // the new process will support the IP/Ports change occurred. func sshConnUniqName(service v1.Service) string {