mirror of
https://github.com/golang/go
synced 2024-11-22 08:44:41 -07:00
test/stress: fix typo in comment
Signed-off-by: guoguangwu <guoguangwug@gmail.com>
This commit is contained in:
parent
c2c4a32f9e
commit
feb7f79ea5
@ -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)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user