diff --git a/pkg/controller/node/scheduler/rate_limited_queue.go b/pkg/controller/node/scheduler/rate_limited_queue.go index 984443ff52b..da544fa96ca 100644 --- a/pkg/controller/node/scheduler/rate_limited_queue.go +++ b/pkg/controller/node/scheduler/rate_limited_queue.go @@ -257,7 +257,7 @@ func (q *RateLimitedTimedQueue) Try(fn ActionFunc) { } // Add value to the queue to be processed. Won't add the same -// value(comparsion by value) a second time if it was already added +// value(comparison by value) a second time if it was already added // and not removed. func (q *RateLimitedTimedQueue) Add(value string, uid interface{}) bool { now := now()