summaryrefslogtreecommitdiff
path: root/doc/gccgo_install.html
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2011-03-01 13:54:22 -0800
committerRob Pike <r@golang.org>2011-03-01 13:54:22 -0800
commit9a81ef63d1171a5833caa85a8bfa65fd0937c284 (patch)
treea0dd374f287a8e39f9ab9ff3830c03eb8ebcf993 /doc/gccgo_install.html
parent2fbc2a36a841bfba789e1ef32dbf31bd3129a291 (diff)
downloadgo-9a81ef63d1171a5833caa85a8bfa65fd0937c284.tar.gz
docs: make "runtime" a word only as a name for the package.
Computer people have an agglutinating streak that I like to resist. As a time of execution: run time. As an adjective: run-time. As a noun: run-time support/code/library. Signed, Mr. Pedant. R=golang-dev, rsc CC=golang-dev http://codereview.appspot.com/4252048
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 2ab6dcdae..159fab7bb 100644
--- a/doc/gccgo_install.html
+++ b/doc/gccgo_install.html
@@ -116,7 +116,7 @@ gccgo -o file file.o
<p>
To run the resulting file, you will need to tell the program where to
-find the Go runtime library. This can be done either by setting
+find the compiled Go packages. This can be done either by setting
<code>LD_LIBRARY_PATH</code> in your environment:
<pre>