From 016a99f440fa0cf2bf23008352458809a047f2c6 Mon Sep 17 00:00:00 2001
From: Rob Pike
Date: Thu, 31 Mar 2011 13:13:04 -0700
Subject: [PATCH] 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
---
doc/contrib.html | 2 +-
doc/devel/roadmap.html | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/doc/contrib.html b/doc/contrib.html
index b0a77a7c246..9d0c42726d8 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 97d8a08b8d3..6cf72114b8a 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.
-