]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/gc: fix a typo
authorCarl Shapiro <cshapiro@google.com>
Thu, 4 Apr 2013 18:42:01 +0000 (11:42 -0700)
committerCarl Shapiro <cshapiro@google.com>
Thu, 4 Apr 2013 18:42:01 +0000 (11:42 -0700)
R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/8379043

src/cmd/gc/go.h

index 33ed90de7f8ab74d98f23382465ec4b6220c9a0f..1f5fb41aaa74840c0ed071114119ec1aecd8ce70 100644 (file)
@@ -155,7 +155,7 @@ struct      Type
        Type*   orig;           // original type (type literal or predefined type)
        int             lineno;
 
-       // TFUNCT
+       // TFUNC
        uchar   thistuple;
        uchar   outtuple;
        uchar   intuple;