]> Cypherpunks repositories - gostls13.git/commitdiff
go_faq: drop a dramatic comma.
authorDavid Symonds <dsymonds@golang.org>
Sun, 31 Jul 2011 02:59:58 +0000 (12:59 +1000)
committerDavid Symonds <dsymonds@golang.org>
Sun, 31 Jul 2011 02:59:58 +0000 (12:59 +1000)
R=r
CC=golang-dev
https://golang.org/cl/4809064

doc/go_faq.html

index 560ab3617a10c76967393f05a5287e8e55919afa..0bb3eef76cd53ec0194ace752ca04b0e3a3cb17e 100644 (file)
@@ -1053,7 +1053,7 @@ How is the run-time support implemented?</h3>
 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. <code>Gccgo</code>'s run-time support uses <code>glibc</code>.
-<code>Gc</code> uses a custom library, to keep the footprint under
+<code>Gc</code> 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.