]> Cypherpunks repositories - gostls13.git/commitdiff
time: correct spelling, queing -> queuing
authorJes Cok <xigua67damn@gmail.com>
Sat, 8 Jun 2024 01:47:51 +0000 (09:47 +0800)
committerGopher Robot <gobot@golang.org>
Tue, 11 Jun 2024 17:10:37 +0000 (17:10 +0000)
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>
src/time/tick_test.go

index 750aa90f4d083cbbf5482fcf936f0339618fd41a..fce9002cfcbb63a26596e6f52fc570d271cabcf3 100644 (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())