From ce8a0ee8bd68f9c4c46a60a3db5e8e6e6c247839 Mon Sep 17 00:00:00 2001 From: HeGaoYuan Date: Mon, 25 Sep 2023 14:57:39 +0800 Subject: [PATCH] typo: update comment (#1164) --- node/pod.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/pod.go b/node/pod.go index 255f219e7..b0b0b9ad6 100644 --- a/node/pod.go +++ b/node/pod.go @@ -139,7 +139,7 @@ func deleteGraceTimeEqual(old, new *int64) bool { return false } -// podShouldEnqueue checks if two pods equal according according to podsEqual func and DeleteTimeStamp +// podShouldEnqueue checks if two pods equal according to podsEqual func and DeleteTimeStamp func podShouldEnqueue(oldPod, newPod *corev1.Pod) bool { if !podsEqual(oldPod, newPod) { return true