Commit a591fd08 authored by Caleb Spare's avatar Caleb Spare Committed by Brad Fitzpatrick

testing: correct two spelling/grammar issues

Change-Id: Ic7f7a34e12cc2845e0385a5a872e694d5dca7372
Reviewed-on: https://go-review.googlesource.com/c/go/+/169158Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
parent e6df1799
......@@ -135,7 +135,7 @@ func (b *B) StopTimer() {
}
}
// ResetTimer zeros the elapsed benchmark time and memory allocation counters
// ResetTimer zeroes the elapsed benchmark time and memory allocation counters
// and deletes user-reported metrics.
// It does not affect whether the timer is running.
func (b *B) ResetTimer() {
......@@ -752,7 +752,7 @@ func (b *B) SetParallelism(p int) {
}
}
// Benchmark benchmarks a single function. Useful for creating
// Benchmark benchmarks a single function. It is useful for creating
// custom benchmarks that do not use the "go test" command.
//
// If f calls Run, the result will be an estimate of running all its
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment