Skip to content

comment typo in big/int.go #698

@gopherbot

Description

@gopherbot

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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions