fix word comment to common

Kubernetes-commit: 3e31933471e015a860e1967acfe730bb35422f17
This commit is contained in:
astraw99
2021-08-29 19:06:04 +08:00
committed by Kubernetes Publisher
parent dbfa30b9d9
commit 1816a40bbb
2 changed files with 3 additions and 3 deletions

View File

@@ -69,7 +69,7 @@ type Reflector struct {
// backoff manages backoff of ListWatch
backoffManager wait.BackoffManager
// initConnBackoffManager manages backoff the initial connection with the Watch calll of ListAndWatch.
// initConnBackoffManager manages backoff the initial connection with the Watch call of ListAndWatch.
initConnBackoffManager wait.BackoffManager
resyncPeriod time.Duration