]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: fix parameter name in godoc comment for badPointerTypedef
authorTobias Klauser <tklauser@distanz.ch>
Mon, 13 Apr 2020 17:40:11 +0000 (19:40 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Mon, 13 Apr 2020 18:08:35 +0000 (18:08 +0000)
commit82fcf749bde1aae839ce520edfff04d2daf70987
tree30bec2e2264df10340841fc0dacd72f19cbc26d5
parent614a713be560ca86dcca570a8b872614d822eb99
cmd/cgo: fix parameter name in godoc comment for badPointerTypedef

The parameter name is dt, not t. Also, line-wrap the godoc comment.

Change-Id: Ie012d2a5680525b88e244a3380d72bc4f61da8e7
Reviewed-on: https://go-review.googlesource.com/c/go/+/228058
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Matt Layher <mdlayher@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/cgo/gcc.go