-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
Labels
Description
by nszabolcs:
s/x/z/ at line 208 diff -r 64ae81520c6c src/pkg/big/int.go --- a/src/pkg/big/int.go Fri Mar 26 23:27:24 2010 -0700 +++ b/src/pkg/big/int.go Sun Mar 28 11:08:31 2010 +0200 @@ -205,7 +205,7 @@ // SetBytes interprets b as the bytes of a big-endian, unsigned integer and -// sets x to that value. +// sets z to that value. func (z *Int) SetBytes(b []byte) *Int { s := int(_S) z.abs = makeN(z.abs, (len(b)+s-1)/s, false)