From 9a81ef63d1171a5833caa85a8bfa65fd0937c284 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Tue, 1 Mar 2011 13:54:22 -0800 Subject: 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 --- doc/gccgo_install.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/gccgo_install.html') 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

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 LD_LIBRARY_PATH in your environment:

-- 
cgit v1.2.1