mirror of
https://github.com/golang/go
synced 2024-11-12 05:40:22 -07:00
cmd/gc: fix a typo
R=golang-dev, iant CC=golang-dev https://golang.org/cl/8379043
This commit is contained in:
parent
a854535556
commit
bcc30aa9e1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user