mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
pkg: spelling tweaks, I-Z
also, a few miscellaneous fixes to files outside pkg R=golang-dev, dsymonds, mikioh.mikioh, r CC=golang-dev https://golang.org/cl/4517116
This commit is contained in:
parent
9107b530d8
commit
3fbd478a8a
31 changed files with 48 additions and 48 deletions
|
|
@ -173,7 +173,7 @@ type nonEmptyInterface struct {
|
|||
// Regarding the implementation of Value:
|
||||
//
|
||||
// The Internal interface is a true interface value in the Go sense,
|
||||
// but it also serves as a (type, address) pair in whcih one cannot
|
||||
// but it also serves as a (type, address) pair in which one cannot
|
||||
// be changed separately from the other. That is, it serves as a way
|
||||
// to prevent unsafe mutations of the Internal state even though
|
||||
// we cannot (yet?) hide the field while preserving the ability for
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue