aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorguoguangwu <guoguangwug@gmail.com>2024-03-25 02:21:10 +0000
committerGopher Robot <gobot@golang.org>2024-03-25 19:21:35 +0000
commitb37fb8c6ca3ef108248798487df5b058b4877cd2 (patch)
tree41cd4a42f1203c81e53f178adef5d9393edb427a /test
parent2c6773618d4d5ef8f93ccc890ad5154da7fda020 (diff)
downloadgo-b37fb8c6ca3ef108248798487df5b058b4877cd2.tar.gz
go-b37fb8c6ca3ef108248798487df5b058b4877cd2.zip
test/stress: fix typo in comment
Change-Id: I0f67801ef2d3af65c39a27b8db6ebaa769ff7f92 GitHub-Last-Rev: feb7f79ea519450a054de18e10ffa6284538708b 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>
Diffstat (limited to 'test')
-rw-r--r--test/stress/runstress.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/stress/runstress.go b/test/stress/runstress.go
index b752fa8dbb..561cdf9d4d 100644
--- a/test/stress/runstress.go
+++ b/test/stress/runstress.go
@@ -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)
}
}