Merge pull request #123184 from googs1025/delete_repeat_comments

typo: delete useless comments
This commit is contained in:
Kubernetes Prow Robot 2024-06-24 16:48:32 -07:00 committed by GitHub
commit 0d17892740
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -85,7 +85,7 @@ type GraphBuilder struct {
// dependencyGraphBuilder
monitors monitors
monitorLock sync.RWMutex
// informersStarted is closed after after all of the controllers have been initialized and are running.
// informersStarted is closed after all of the controllers have been initialized and are running.
// After that it is safe to start them here, before that it is not.
informersStarted <-chan struct{}