diff --git a/kube-runtime/src/controller/runner.rs b/kube-runtime/src/controller/runner.rs index 56fc504f6..bf4d9ef9d 100644 --- a/kube-runtime/src/controller/runner.rs +++ b/kube-runtime/src/controller/runner.rs @@ -123,7 +123,7 @@ where }; }; - // Try to take take a new message that isn't already being processed + // Try to take a new message that isn't already being processed // leave the already-processing ones in the queue, so that we can take them once // we're free again. let next_msg_poll = scheduler