From 4944135dc27e22c403b0163247e9a5663da59347 Mon Sep 17 00:00:00 2001 From: davidleitw Date: Tue, 16 Nov 2021 20:59:21 +0800 Subject: [PATCH] Fix typo --- pkg/proxy/apis/config/types.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/proxy/apis/config/types.go b/pkg/proxy/apis/config/types.go index 7fedb69261b..08c727c9ff0 100644 --- a/pkg/proxy/apis/config/types.go +++ b/pkg/proxy/apis/config/types.go @@ -203,8 +203,8 @@ const ( ) // IPVSSchedulerMethod is the algorithm for allocating TCP connections and -// UDP datagrams to real servers. Scheduling algorithms are imple- -//wanted as kernel modules. Ten are shipped with the Linux Virtual Server. +// UDP datagrams to real servers. Scheduling algorithms are implemented as kernel modules. +// Ten are shipped with the Linux Virtual Server. type IPVSSchedulerMethod string const (