diff --git a/pkg/api/resource/quantity.go b/pkg/api/resource/quantity.go index c12655589e8..ddff16436d1 100644 --- a/pkg/api/resource/quantity.go +++ b/pkg/api/resource/quantity.go @@ -386,7 +386,7 @@ func ParseQuantity(str string) (Quantity, error) { return Quantity{d: infDecAmount{amount}, Format: format}, nil } -// Canonicalize returns the canonical form of q and its suffix (see comment on Quantity). +// CanonicalizeBytes returns the canonical form of q and its suffix (see comment on Quantity). // // Note about BinarySI: // * If q.Format is set to BinarySI and q.Amount represents a non-zero value between