From: Robin Eklind Date: Thu, 28 Feb 2013 19:31:52 +0000 (-0800) Subject: cgo: fix reference to puts in implementation comment. X-Git-Tag: go1.1rc2~777 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f82ea304f067249c435e1bf78be458f3ff44fa43;p=gostls13.git cgo: fix reference to puts in implementation comment. R=golang-dev, r CC=golang-dev https://golang.org/cl/7431046 --- diff --git a/src/cmd/cgo/doc.go b/src/cmd/cgo/doc.go index 4738304858..334ceefc99 100644 --- a/src/cmd/cgo/doc.go +++ b/src/cmd/cgo/doc.go @@ -300,7 +300,7 @@ For example, here is the definition of _Cfunc_puts: The hexadecimal number is a hash of cgo's input, chosen to be deterministic yet unlikely to collide with other uses. The actual -function _cgo_be59f0f25121_Cfunc_flush is implemented in a C source +function _cgo_be59f0f25121_Cfunc_puts is implemented in a C source file compiled by gcc, the file x.cgo2.c: void