From: Rob Pike Date: Tue, 12 Aug 2008 04:29:11 +0000 (-0700) Subject: fix a typo in the comments X-Git-Tag: weekly.2009-11-06~3328 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=72d50900e322dc3995179b7f70dae2771486f74d;p=gostls13.git fix a typo in the comments R=ken OCL=14104 CL=14104 --- diff --git a/src/cmd/gc/go.y b/src/cmd/gc/go.y index be7cd89f7c..f3060e02f3 100644 --- a/src/cmd/gc/go.y +++ b/src/cmd/gc/go.y @@ -840,7 +840,7 @@ sym2: /* * keywords that we can - * use a field names + * use as field names */ key1: LPACKAGE @@ -873,7 +873,7 @@ key1: /* * keywords that we can - * use a variable/type names + * use as variable/type names */ key2: LNIL