mirror of
https://github.com/golang/go
synced 2024-11-14 06:10:24 -07:00
time: correct spelling, queing -> queuing
Change-Id: I418953a766db22b134a9569161f06cf8682c1eef Reviewed-on: https://go-review.googlesource.com/c/go/+/591336 Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Michael Pratt <mpratt@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Ian Lance Taylor <iant@google.com>
This commit is contained in:
parent
b3a57e43c7
commit
35d721b0cb
@ -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())
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user