Merge pull request #38313 from alejandroEsc/ae/fix1

Automatic merge from submit-queue (batch tested with PRs 37325, 38313, 38141, 38321, 38333)

typo found with controller comment for framework_test.

**What this PR does / why we need it**: fix test comment typo


**Release note**:
`NONE`
This commit is contained in:
Kubernetes Submit Queue
2016-12-07 17:14:16 -08:00
committed by GitHub

View File

@@ -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)
}