]> Cypherpunks repositories - gostls13.git/commitdiff
fix a typo in the comments
authorRob Pike <r@golang.org>
Tue, 12 Aug 2008 04:29:11 +0000 (21:29 -0700)
committerRob Pike <r@golang.org>
Tue, 12 Aug 2008 04:29:11 +0000 (21:29 -0700)
R=ken
OCL=14104
CL=14104

src/cmd/gc/go.y

index be7cd89f7cc1c61125c5524f2be2390e90cc736b..f3060e02f39c12b822175ee44737f2acf0dc8349 100644 (file)
@@ -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