1
0
mirror of https://github.com/golang/go synced 2024-09-24 21:20:13 -06:00

cmd/gc: fix a typo

R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/8379043
This commit is contained in:
Carl Shapiro 2013-04-04 11:42:01 -07:00
parent a854535556
commit bcc30aa9e1

View 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;