mirror of
https://github.com/golang/go
synced 2024-11-18 18:14:43 -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:
parent
289e96cc26
commit
776a9335ce
@ -121,7 +121,7 @@ type Config struct {
|
|||||||
Import Importer
|
Import Importer
|
||||||
|
|
||||||
// If Sizes != nil, it provides the sizing functions for package unsafe.
|
// 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
|
Sizes Sizes
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user