]> Cypherpunks repositories - gostls13.git/commit
math/big: fix incorrect comment variable reference
authorWill Beason <willbeason@gmail.com>
Wed, 26 Dec 2018 01:17:47 +0000 (01:17 +0000)
committerRobert Griesemer <gri@golang.org>
Wed, 26 Dec 2018 05:21:41 +0000 (05:21 +0000)
commitbfaf11c158b5ccd7db3c43727357b8b1071d7fde
tree859aadca50ee20c3545f8e40abff6640c6744df1
parent55e3aced9e7581549286a9ee5710e9c193baf0a7
math/big: fix incorrect comment variable reference

Fix comment as w&1 is the parity of 'x', not of 'n'.

Change-Id: Ia0e448f7e5896412ff9b164459ce15561ab624cc
GitHub-Last-Rev: 54ba08ab1055b5e6e506fc8ac06c2920ff095b6e
GitHub-Pull-Request: golang/go#29419
Reviewed-on: https://go-review.googlesource.com/c/155743
Reviewed-by: Robert Griesemer <gri@golang.org>
src/math/big/prime.go