]> Cypherpunks repositories - gostls13.git/commitdiff
fix build
authorRobert Griesemer <gri@golang.org>
Tue, 27 Apr 2010 21:05:53 +0000 (14:05 -0700)
committerRobert Griesemer <gri@golang.org>
Tue, 27 Apr 2010 21:05:53 +0000 (14:05 -0700)
R=r
CC=golang-dev
https://golang.org/cl/989044

src/pkg/go/printer/testdata/statements.golden

index e3076aefc3bfe7db4849a6a0310f6d1c509d6849..f3dc8fe744760f3f07e5ac42790c2681f9da6676 100644 (file)
@@ -152,7 +152,7 @@ func _() {
 
 // Don't remove mandatory parentheses around composite literals in control clauses.
 func _() {
-       // strip no parentheses - no composite literals or composite literals don't start with a type name
+       // strip parentheses - no composite literals or composite literals don't start with a type name
        if x {
        }
        if x {