From: Rob Pike
Date: Thu, 31 Mar 2011 20:13:04 +0000 (-0700)
Subject: roadmap: remove description of implementation of garbage collector.
X-Git-Tag: weekly.2011-04-04~33
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=016a99f440fa0cf2bf23008352458809a047f2c6;p=gostls13.git
roadmap: remove description of implementation of garbage collector.
It was speculation.
Also replace one silly word with an English replacement.
R=golang-dev, bradfitzgo
CC=golang-dev
https://golang.org/cl/4339041
---
diff --git a/doc/contrib.html b/doc/contrib.html
index b0a77a7c24..9d0c42726d 100644
--- a/doc/contrib.html
+++ b/doc/contrib.html
@@ -49,7 +49,7 @@ systems and architectures.
Features and ideas being developed or discussed by the Go team.
-A summarization of the changes between tagged releases of Go.
+A summary of the changes between tagged releases of Go.
The golang-dev
diff --git a/doc/devel/roadmap.html b/doc/devel/roadmap.html
index 97d8a08b8d..6cf72114b8 100644
--- a/doc/devel/roadmap.html
+++ b/doc/devel/roadmap.html
@@ -37,8 +37,7 @@ Implementation roadmap
-
-Improved garbage collector, most likely a reference counting collector
-with a cycle detector running in a separate core.
+Improved garbage collector.
-
Debugger.
-