diff --git a/pkg/registry/core/limitrange/storage/storage.go b/pkg/registry/core/limitrange/storage/storage.go index 68d43499d64..0e64234b338 100644 --- a/pkg/registry/core/limitrange/storage/storage.go +++ b/pkg/registry/core/limitrange/storage/storage.go @@ -30,7 +30,7 @@ type REST struct { *genericregistry.Store } -// NewREST returns a RESTStorage object that will work against horizontal pod autoscalers. +// NewREST returns a RESTStorage object that will work against limitranges. func NewREST(optsGetter generic.RESTOptionsGetter) *REST { store := &genericregistry.Store{ Copier: api.Scheme,