diff --git a/src/time/tick_test.go b/src/time/tick_test.go index 750aa90f4d..fce9002cfc 100644 --- a/src/time/tick_test.go +++ b/src/time/tick_test.go @@ -179,7 +179,7 @@ func TestLongAdjustTimers(t *testing.T) { done := make(chan bool) AfterFunc(60*Second, func() { close(done) }) - // Set up a queing goroutine to ping pong through the scheduler. + // Set up a queuing goroutine to ping pong through the scheduler. inQ := make(chan func()) outQ := make(chan func())