]> Cypherpunks repositories - gostls13.git/commitdiff
misc/cgo/gmp: fix typo.
authorAndrey Mirtchovski <mirtchovski@gmail.com>
Sat, 30 Mar 2013 11:02:14 +0000 (19:02 +0800)
committerShenghou Ma <minux.ma@gmail.com>
Sat, 30 Mar 2013 11:02:14 +0000 (19:02 +0800)
R=golang-dev, minux
CC=golang-dev
https://golang.org/cl/8174045

misc/cgo/gmp/gmp.go

index 3bcf99151d531035bf1c679951b0ce0322c88744..7b7a9b3c9be599e2b05a3cbd7b3ae4a815eef362 100644 (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
 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: