From f6fd086d5ef25e4d9edc953aa1a5b75a475abebb Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 28 Oct 2015 09:57:04 -0700 Subject: [PATCH] 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 --- src/runtime/mbarrier.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/mbarrier.go b/src/runtime/mbarrier.go index 6ca2672b8d0..5aa1d20e7d3 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