Commit 9b4a8f74 authored by Vishnu kannan's avatar Vishnu kannan

fix eviction helper function description

parent a7684569
......@@ -845,7 +845,7 @@ func hasThreshold(inputs []evictionapi.Threshold, item evictionapi.Threshold) bo
return false
}
// compareevictionapi.ThresholdValue returns true if the two thresholdValue objects are logically the same
// compareThresholdValue returns true if the two thresholdValue objects are logically the same
func compareThresholdValue(a evictionapi.ThresholdValue, b evictionapi.ThresholdValue) bool {
if a.Quantity != nil {
if b.Quantity == nil {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment