]> Cypherpunks repositories - gostls13.git/commitdiff
doc: clarify that gccgo is a GCC front-end
authorMike Rosset <mike.rosset@gmail.com>
Wed, 13 Mar 2013 00:12:56 +0000 (17:12 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 13 Mar 2013 00:12:56 +0000 (17:12 -0700)
R=golang-dev, r, iant, iant
CC=golang-dev
https://golang.org/cl/6454072

doc/go_faq.html

index 5c68aa7e589fca6ef9cacabf02c02da2a110681c..4c5ead8c59e521300da13a76f600dbf750892ae3 100644 (file)
@@ -1407,7 +1407,7 @@ test cases. The standard Go library is full of illustrative examples, such as in
 What compiler technology is used to build the compilers?</h3>
 
 <p>
-<code>Gccgo</code> has a C++ front-end with a recursive descent parser coupled to the
+<code>Gccgo</code> has a front end written in C++, with a recursive descent parser coupled to the
 standard GCC back end. <code>Gc</code> is written in C using
 <code>yacc</code>/<code>bison</code> for the parser.
 Although it's a new program, it fits in the Plan 9 C compiler suite