1
0
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:
guoguangwu 2024-03-25 10:11:59 +08:00
parent c2c4a32f9e
commit feb7f79ea5

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)
}
}