From be96fa5a2e3e146a4bb4ba28f2b2c0f9c8e37b71 Mon Sep 17 00:00:00 2001 From: David Symonds Date: Sun, 31 Jul 2011 12:59:58 +1000 Subject: [PATCH] go_faq: drop a dramatic comma. R=r CC=golang-dev https://golang.org/cl/4809064 --- doc/go_faq.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go_faq.html b/doc/go_faq.html index 560ab3617a1..0bb3eef76cd 100644 --- a/doc/go_faq.html +++ b/doc/go_faq.html @@ -1053,7 +1053,7 @@ How is the run-time support implemented? Again due to bootstrapping issues, the run-time code is mostly in C (with a tiny bit of assembler) although Go is capable of implementing most of it now. Gccgo's run-time support uses glibc. -Gc uses a custom library, to keep the footprint under +Gc uses a custom library to keep the footprint under control; it is compiled with a version of the Plan 9 C compiler that supports segmented stacks for goroutines.