Skip to content

Commit be3b7ce

Browse files
authored
Merge pull request kubernetes#3745 from dbonfigli/master
Fixes copy / past error in comment
2 parents c899db8 + d629049 commit be3b7ce

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)