diff --git a/staging/src/k8s.io/legacy-cloud-providers/aws/aws.go b/staging/src/k8s.io/legacy-cloud-providers/aws/aws.go index b2f9a0ff318..01674464298 100644 --- a/staging/src/k8s.io/legacy-cloud-providers/aws/aws.go +++ b/staging/src/k8s.io/legacy-cloud-providers/aws/aws.go @@ -225,7 +225,7 @@ const ( createTagFactor = 2.0 createTagSteps = 9 - // encryptedCheck* is configuration of exponential backoff for created volume to check + // volumeCreate* is configuration of exponential backoff for created volume to check // it has not been silently removed by AWS. // On a random AWS account (shared among several developers) it took 4s on // average, 8s max.