From ee5d623fe6ce7d1e29c4ab9a271ce22eb31dc806 Mon Sep 17 00:00:00 2001 From: Ruslan Gustomiasov Date: Sat, 8 Jun 2019 20:11:38 +0200 Subject: [PATCH] fix volumecreate comments --- staging/src/k8s.io/legacy-cloud-providers/aws/aws.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.