From 06ed730d87be6575b456cb2baeed75190424d1a4 Mon Sep 17 00:00:00 2001 From: Andrey Mirtchovski Date: Sat, 30 Mar 2013 19:02:14 +0800 Subject: [PATCH] misc/cgo/gmp: fix typo. R=golang-dev, minux CC=golang-dev https://golang.org/cl/8174045 --- misc/cgo/gmp/gmp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.50.0