diff options
| author | Jason Travis <infomaniac7@gmail.com> | 2017-03-21 20:12:47 -0700 |
|---|---|---|
| committer | Brad Fitzpatrick <bradfitz@golang.org> | 2017-03-22 03:23:16 +0000 |
| commit | 19040ac871bb6873b7fa4747f0ffe479a2ce0ef9 (patch) | |
| tree | fddb1803a4493512958412f11ff23a5db5ab0907 | |
| parent | f9fb4579e1766246d615566dec202bcd54e096a7 (diff) | |
| download | go-19040ac871bb6873b7fa4747f0ffe479a2ce0ef9.tar.xz | |
test/bench/go1: fix typo in parserdata_test.go comment
Change-Id: Iaca02660bdc8262db2b003a94aca661b5cec5576
Reviewed-on: https://go-review.googlesource.com/38437
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
| -rw-r--r-- | test/bench/go1/parserdata_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bench/go1/parserdata_test.go b/test/bench/go1/parserdata_test.go index 001c5d8963..8255d182cb 100644 --- a/test/bench/go1/parserdata_test.go +++ b/test/bench/go1/parserdata_test.go @@ -3,7 +3,7 @@ // license that can be found in the LICENSE file. // Input for parser benchmark. -// This was generated by starting with a the contents of +// This was generated by starting with the contents of // src/pkg/go/parser/parser.go at rev 9b455eb64690, then // compressing with bzip2 -9, then encoding to base64. // We compile the data into the binary so that the benchmark is |
