From 230747a83359a46b534aece8affd46de477c7c84 Mon Sep 17 00:00:00 2001 From: Jeremy Jackins Date: Mon, 19 Mar 2012 08:26:36 +1100 Subject: doc: various typos, remove apostrophes from ordinals R=golang-dev, r, r CC=golang-dev http://codereview.appspot.com/5845059 Committer: Rob Pike --- 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 ae359437a..e769c2211 100644 --- a/doc/gccgo_install.html +++ b/doc/gccgo_install.html @@ -342,7 +342,7 @@ func c_open(name *byte, mode int, perm int) int __asm__ ("open");

-The C function naturally expects a nul terminated string, which in +The C function naturally expects a NUL-terminated string, which in Go is equivalent to a pointer to an array (not a slice!) of byte with a terminating zero byte. So a sample call from Go would look like (after importing the os package): -- cgit v1.2.1