From a29dc0bc90250be5573286eec61861869a99879b Mon Sep 17 00:00:00 2001 From: googs1025 Date: Thu, 8 Feb 2024 13:57:27 +0800 Subject: [PATCH] typo: delete useless comments --- pkg/controller/garbagecollector/graph_builder.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/controller/garbagecollector/graph_builder.go b/pkg/controller/garbagecollector/graph_builder.go index 24d8d9e321e..9aa7fe07f5f 100644 --- a/pkg/controller/garbagecollector/graph_builder.go +++ b/pkg/controller/garbagecollector/graph_builder.go @@ -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{}