fix spelling error in comment and log

This commit is contained in:
linyouchong
2018-02-01 15:55:02 +08:00
parent c7ffecfb05
commit e657703346
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ type Controller struct {
queue workqueue.RateLimitingInterface
}
// NewPVCProtectionController returns a new *{VCProtectionController.
// NewPVCProtectionController returns a new instance of PVCProtectionController.
func NewPVCProtectionController(pvcInformer coreinformers.PersistentVolumeClaimInformer, podInformer coreinformers.PodInformer, cl clientset.Interface) *Controller {
e := &Controller{
client: cl,