From: Jason Travis Date: Wed, 22 Mar 2017 03:12:47 +0000 (-0700) Subject: test/bench/go1: fix typo in parserdata_test.go comment X-Git-Tag: go1.9beta1~1051 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=19040ac871bb6873b7fa4747f0ffe479a2ce0ef9;p=gostls13.git 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 --- 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