Commit 06ed730d authored by Andrey Mirtchovski's avatar Andrey Mirtchovski Committed by Shenghou Ma

misc/cgo/gmp: fix typo.

R=golang-dev, minux
CC=golang-dev
https://golang.org/cl/8174045
parent 4b7bf73c
......@@ -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 <gmp.h> as:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment