mirror of
https://github.com/golang/go
synced 2024-11-18 06:14:46 -07:00
runtime: add missing word in comment
Change-Id: Iffe27445e35ec071cf0920a05c81b8a97a3ed712 Reviewed-on: https://go-review.googlesource.com/16431 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
73ff7cb1ed
commit
f6fd086d5e
@ -31,7 +31,7 @@ import "unsafe"
|
||||
// Dealing with memory ordering:
|
||||
//
|
||||
// Dijkstra pointed out that maintaining the no black to white
|
||||
// pointers means that white to white pointers not need
|
||||
// pointers means that white to white pointers do not need
|
||||
// to be noted by the write barrier. Furthermore if either
|
||||
// white object dies before it is reached by the
|
||||
// GC then the object can be collected during this GC cycle
|
||||
|
Loading…
Reference in New Issue
Block a user