typo: update comment (#1164)

This commit is contained in:
HeGaoYuan
2023-09-25 14:57:39 +08:00
committed by GitHub
parent 440bcf0535
commit ce8a0ee8bd

View File

@@ -139,7 +139,7 @@ func deleteGraceTimeEqual(old, new *int64) bool {
return false 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 { func podShouldEnqueue(oldPod, newPod *corev1.Pod) bool {
if !podsEqual(oldPod, newPod) { if !podsEqual(oldPod, newPod) {
return true return true