summaryrefslogtreecommitdiff
path: root/doc/gccgo_install.html
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2012-02-06 13:34:35 -0500
committerRuss Cox <rsc@golang.org>2012-02-06 13:34:35 -0500
commit7f607848f79b1af35070065c34c5a1b703bd8fc7 (patch)
tree9e3265a9b6ff342f993a29093dfefd0f04e67b21 /doc/gccgo_install.html
parent0c6aaf174960bc22938f3294e2ff7d2adfa39813 (diff)
downloadgo-7f607848f79b1af35070065c34c5a1b703bd8fc7.tar.gz
doc: remove overuse of simply
Specifically, remove simply where it is claiming that the code or the action to be carried out is simple, since the reader might disagree. R=golang-dev, bradfitz, gri CC=golang-dev http://codereview.appspot.com/5637048
Diffstat (limited to 'doc/gccgo_install.html')
-rw-r--r--doc/gccgo_install.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gccgo_install.html b/doc/gccgo_install.html
index 1aaf64e54..085a30543 100644
--- a/doc/gccgo_install.html
+++ b/doc/gccgo_install.html
@@ -360,7 +360,7 @@ The name of Go functions accessed from C is subject to change. At present
the name of a Go function that does not have a receiver is
<code>prefix.package.Functionname</code>. The prefix is set by
the <code>-fgo-prefix</code> option used when the package is compiled;
-if the option is not used, the default is simply <code>go</code>.
+if the option is not used, the default is <code>go</code>.
To call the function from C you must set the name using
a <code>gcc</code> extension similar to the <code>gccgo</code>
extension.