]> Cypherpunks repositories - gostls13.git/commit
math/big: Correcting typo in SetBit() documentation
authorDavid G. Andersen <dave.andersen@gmail.com>
Thu, 10 Nov 2011 19:41:24 +0000 (14:41 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 10 Nov 2011 19:41:24 +0000 (14:41 -0500)
commit120f3b7b9d08f05950fd57f25a48adbde877c099
tree2f559f359a7bad7a134be4b0cbae7b5cb2276e34
parente9e874b7fcc722e2e9af942761b8fc2cd8e2c240
math/big: Correcting typo in SetBit() documentation

z is set to x+bit change, not z+bit change

R=golang-dev
CC=golang-dev
https://golang.org/cl/5374056
src/pkg/math/big/int.go