Skip to content

Commit 0d17892

Browse files
authored
Merge pull request kubernetes#123184 from googs1025/delete_repeat_comments
typo: delete useless comments
2 parents 5764500 + a29dc0b commit 0d17892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controller/garbagecollector/graph_builder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ type GraphBuilder struct {
8585
// dependencyGraphBuilder
8686
monitors monitors
8787
monitorLock sync.RWMutex
88-
// informersStarted is closed after after all of the controllers have been initialized and are running.
88+
// informersStarted is closed after all of the controllers have been initialized and are running.
8989
// After that it is safe to start them here, before that it is not.
9090
informersStarted <-chan struct{}
9191

0 commit comments

Comments
 (0)