From 19040ac871bb6873b7fa4747f0ffe479a2ce0ef9 Mon Sep 17 00:00:00 2001 From: Jason Travis Date: Tue, 21 Mar 2017 20:12:47 -0700 Subject: [PATCH] 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 --- test/bench/go1/parserdata_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/bench/go1/parserdata_test.go b/test/bench/go1/parserdata_test.go index 001c5d89636..8255d182cba 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