Skip to content

Commit d629049

Browse files
committed
Remove copy / past error in comment
1 parent b201c8d commit d629049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster-autoscaler/cloudprovider/cloud_provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ type CloudProvider interface {
101101
// ErrNotImplemented is returned if a method is not implemented.
102102
var ErrNotImplemented = errors.NewAutoscalerError(errors.InternalError, "Not implemented")
103103

104-
// ErrAlreadyExist is returned if a method is not implemented.
104+
// ErrAlreadyExist is returned if a method already exists.
105105
var ErrAlreadyExist = errors.NewAutoscalerError(errors.InternalError, "Already exist")
106106

107107
// ErrIllegalConfiguration is returned when trying to create NewNodeGroup with

0 commit comments

Comments
 (0)