diff --git a/pkg/cloud/cloud.go b/pkg/cloud/cloud.go index e31e6752ad..f61e7f6cb2 100644 --- a/pkg/cloud/cloud.go +++ b/pkg/cloud/cloud.go @@ -1615,7 +1615,7 @@ func isAWSErrorIdempotentParameterMismatch(err error) bool { return isAWSError(err, "IdempotentParameterMismatch") } -// isAWSErrorIdempotentParameterMismatch returns a boolean indicating whether the +// isAWSErrorBlockDeviceInUse returns a boolean indicating whether the // given error appears to be a block device name already in use error. func isAWSErrorBlockDeviceInUse(err error) bool { var apiErr smithy.APIError