1
0
mirror of https://github.com/golang/go synced 2024-07-01 07:56:09 +00:00

test/stress: fix typo in comment

Change-Id: I0f67801ef2d3af65c39a27b8db6ebaa769ff7f92
GitHub-Last-Rev: feb7f79ea5
GitHub-Pull-Request: golang/go#66508
Reviewed-on: https://go-review.googlesource.com/c/go/+/574075
Auto-Submit: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
This commit is contained in:
guoguangwu 2024-03-25 02:21:10 +00:00 committed by Gopher Robot
parent 2c6773618d
commit b37fb8c6ca

View File

@ -49,7 +49,7 @@ func dialStress(a net.Addr) {
Println("closed dial")
}()
}
// Don't run out of ephermeral ports too quickly:
// Don't run out of ephemeral ports too quickly:
time.Sleep(250 * time.Millisecond)
}
}