From: Ian Lance Taylor Date: Wed, 28 Oct 2015 16:57:04 +0000 (-0700) Subject: runtime: add missing word in comment X-Git-Tag: go1.6beta1~693 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f6fd086d5ef25e4d9edc953aa1a5b75a475abebb;p=gostls13.git runtime: add missing word in comment Change-Id: Iffe27445e35ec071cf0920a05c81b8a97a3ed712 Reviewed-on: https://go-review.googlesource.com/16431 Reviewed-by: Brad Fitzpatrick Run-TryBot: Brad Fitzpatrick TryBot-Result: Gobot Gobot --- diff --git a/src/runtime/mbarrier.go b/src/runtime/mbarrier.go index 6ca2672b8d..5aa1d20e7d 100644 --- a/src/runtime/mbarrier.go +++ b/src/runtime/mbarrier.go @@ -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