1
0
mirror of https://github.com/golang/go synced 2024-07-08 12:18:55 +00: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:
Jes Cok 2024-06-08 09:47:51 +08:00 committed by Gopher Robot
parent b3a57e43c7
commit 35d721b0cb

View File

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