From 759530536f9ac597d5c5629d2f7f5769fed18623 Mon Sep 17 00:00:00 2001 From: Alejandro Escobar Date: Wed, 7 Dec 2016 10:55:02 -0800 Subject: [PATCH] type found with controller comment. --- pkg/controller/volume/persistentvolume/framework_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/controller/volume/persistentvolume/framework_test.go b/pkg/controller/volume/persistentvolume/framework_test.go index b00944dcb8c..dc847669aa6 100644 --- a/pkg/controller/volume/persistentvolume/framework_test.go +++ b/pkg/controller/volume/persistentvolume/framework_test.go @@ -888,7 +888,7 @@ func wrapTestWithInjectedOperation(toWrap testCall, injectBeforeOperation func(c atomic.StoreInt32(&testFinished, 1) }() - // Wait for the controler to finish the test function. + // Wait for the controller to finish the test function. for atomic.LoadInt32(&testFinished) == 0 { time.Sleep(time.Millisecond * 10) }