diff options
Diffstat (limited to 'src/net/timeout_test.go')
| -rw-r--r-- | src/net/timeout_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/timeout_test.go b/src/net/timeout_test.go index 89605d92fc..c0bce57b94 100644 --- a/src/net/timeout_test.go +++ b/src/net/timeout_test.go @@ -635,7 +635,7 @@ const ( minDynamicTimeout = 1 * time.Millisecond // maxDynamicTimeout is the maximum timeout to attempt for - // tests that automatically increase timeouts until succeess. + // tests that automatically increase timeouts until success. // // This should be a strict upper bound on the latency required to hit a // timeout accurately, even on a slow or heavily-loaded machine. If a test |
