1
0
mirror of https://github.com/golang/go synced 2024-11-22 11:04:40 -07:00

misc/cgo/gmp: fix typo.

R=golang-dev, minux
CC=golang-dev
https://golang.org/cl/8174045
This commit is contained in:
Andrey Mirtchovski 2013-03-30 19:02:14 +08:00 committed by Shenghou Ma
parent 4b7bf73c4b
commit 06ed730d87

View File

@ -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 C union translates into a struct containing the first union member and
perhaps additional padding. C arrays become Go arrays. C pointers perhaps additional padding. C arrays become Go arrays. C pointers
become Go pointers. C function pointers become Go's uintptr. 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 <gmp.h> as: For example, mpz_t is defined in <gmp.h> as: