From 66870753008db8dab49eebb49494452ec6178eb1 Mon Sep 17 00:00:00 2001 From: Kel Cecil Date: Wed, 16 Sep 2015 14:04:36 -0400 Subject: [PATCH] Correct AWS EBS comment --- pkg/volume/aws_ebs/aws_ebs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/volume/aws_ebs/aws_ebs.go b/pkg/volume/aws_ebs/aws_ebs.go index 7ee829e82b3..662bd2052c9 100644 --- a/pkg/volume/aws_ebs/aws_ebs.go +++ b/pkg/volume/aws_ebs/aws_ebs.go @@ -132,7 +132,7 @@ type ebsManager interface { DetachDisk(c *awsElasticBlockStoreCleaner) error } -// awsElasticBlockStore volumes are disk resources provided by Google Compute Engine +// awsElasticBlockStore volumes are disk resources provided by Amazon Web Services // that are attached to the kubelet's host machine and exposed to the pod. type awsElasticBlockStore struct { volName string