From 72444add549b6b23162b06d2b785b6e9c1b9d92e Mon Sep 17 00:00:00 2001 From: liangwenguo Date: Fri, 27 Jul 2018 15:12:16 +0800 Subject: [PATCH] Correct spelling errors in the comments --- test/e2e/autoscaling/horizontal_pod_autoscaling.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/autoscaling/horizontal_pod_autoscaling.go b/test/e2e/autoscaling/horizontal_pod_autoscaling.go index 4213882f6dc..f62f3757c25 100644 --- a/test/e2e/autoscaling/horizontal_pod_autoscaling.go +++ b/test/e2e/autoscaling/horizontal_pod_autoscaling.go @@ -46,7 +46,7 @@ var _ = SIGDescribe("[HPA] Horizontal pod autoscaling (scale resource: CPU)", fu }) SIGDescribe("[Serial] [Slow] ReplicaSet", func() { - // CPU tests via deployments + // CPU tests via ReplicaSets It(titleUp, func() { scaleUp("rs", common.KindReplicaSet, false, rc, f) })