]> Cypherpunks repositories - gostls13.git/commitdiff
test/stress: fix typo in comment
authorguoguangwu <guoguangwug@gmail.com>
Mon, 25 Mar 2024 02:21:10 +0000 (02:21 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 25 Mar 2024 19:21:35 +0000 (19:21 +0000)
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>
test/stress/runstress.go

index b752fa8dbbc31f554170d1df140051cdaf9844e5..561cdf9d4d29816fc4400027bdd5562909f59065 100644 (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)
        }
 }