From: Andrey Mirtchovski Date: Sat, 30 Mar 2013 11:02:14 +0000 (+0800) Subject: misc/cgo/gmp: fix typo. X-Git-Tag: go1.1rc2~260 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=06ed730d87be6575b456cb2baeed75190424d1a4;p=gostls13.git misc/cgo/gmp: fix typo. R=golang-dev, minux CC=golang-dev https://golang.org/cl/8174045 --- diff --git a/misc/cgo/gmp/gmp.go b/misc/cgo/gmp/gmp.go index 3bcf99151d..7b7a9b3c9b 100644 --- a/misc/cgo/gmp/gmp.go +++ b/misc/cgo/gmp/gmp.go @@ -33,7 +33,7 @@ field; unrepresentable fields are replaced with opaque byte arrays. A C union translates into a struct containing the first union member and perhaps additional padding. C arrays become Go arrays. C pointers become Go pointers. C function pointers become Go's uintptr. -C void pointer's become Go's unsafe.Pointer. +C void pointers become Go's unsafe.Pointer. For example, mpz_t is defined in as: