1
0
mirror of https://github.com/golang/go synced 2024-11-18 16:14:46 -07:00

go.tools/go/types: fix typo in comment

TBR=adonovan
R=adonovan
CC=golang-codereviews
https://golang.org/cl/135960043
This commit is contained in:
Robert Griesemer 2014-08-28 14:57:53 -07:00
parent 289e96cc26
commit 776a9335ce

View File

@ -121,7 +121,7 @@ type Config struct {
Import Importer
// If Sizes != nil, it provides the sizing functions for package unsafe.
// Otherwise &StdSize{WordSize: 8, MaxAlign: 8} is used instead.
// Otherwise &StdSizes{WordSize: 8, MaxAlign: 8} is used instead.
Sizes Sizes
}