diff --git a/src/cmd/cgo/gcc.go b/src/cmd/cgo/gcc.go index d88c41d50a1..5ee06f7f406 100644 --- a/src/cmd/cgo/gcc.go +++ b/src/cmd/cgo/gcc.go @@ -1424,7 +1424,7 @@ var typedef = make(map[string]*Type) var goIdent = make(map[string]*ast.Ident) // unionWithPointer is true for a Go type that represents a C union (or class) -// that may contain a pointer. This is used for cgo pointer checking +// that may contain a pointer. This is used for cgo pointer checking. var unionWithPointer = make(map[ast.Expr]bool) func (c *typeConv) Init(ptrSize, intSize int64) {