Skip to content

Commit

Permalink
typo: update comment (virtual-kubelet#1164)
Browse files Browse the repository at this point in the history
  • Loading branch information
HeGaoYuan authored Sep 25, 2023
1 parent 440bcf0 commit ce8a0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/pod.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce8a0ee

Please sign in to comment.