diff options
Diffstat (limited to 'src/testing/allocs.go')
| -rw-r--r-- | src/testing/allocs.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/allocs.go b/src/testing/allocs.go index 80c8658acf..1eeb2d4802 100644 --- a/src/testing/allocs.go +++ b/src/testing/allocs.go @@ -12,7 +12,7 @@ import ( // Although the return value has type float64, it will always be an integral value. // // To compute the number of allocations, the function will first be run once as -// a warm-up. The average number of allocations over the specified number of +// a warm-up. The average number of allocations over the specified number of // runs will then be measured and returned. // // AllocsPerRun sets GOMAXPROCS to 1 during its measurement and will restore |
