mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
all: fix typos and spelling
Change-Id: Icd06d99c42b8299fd931c7da821e1f418684d913 Reviewed-on: https://go-review.googlesource.com/19829 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
parent
4feb47bc76
commit
fdd0179bb1
92 changed files with 115 additions and 115 deletions
|
|
@ -4465,7 +4465,7 @@ func TestFieldByIndexNil(t *testing.T) {
|
|||
// off the stack into the frame will store an *Inner there, and then if a garbage collection
|
||||
// happens to scan that argument frame before it is discarded, it will scan the *Inner
|
||||
// memory as if it were an *Outer. If the two have different memory layouts, the
|
||||
// collection will intepret the memory incorrectly.
|
||||
// collection will interpret the memory incorrectly.
|
||||
//
|
||||
// One such possible incorrect interpretation is to treat two arbitrary memory words
|
||||
// (Inner.P1 and Inner.P2 below) as an interface (Outer.R below). Because interpreting
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue