]> Cypherpunks repositories - gostls13.git/commit
math/big: remove superfluous comparison
authorRobert Griesemer <gri@golang.org>
Fri, 19 Jun 2015 17:49:42 +0000 (10:49 -0700)
committerRobert Griesemer <gri@golang.org>
Fri, 21 Aug 2015 17:46:46 +0000 (17:46 +0000)
commit92eb34b59abe75318c091175f80daba165cf7a52
treef303f390a8dd7d5eb4956714672a0a9a13a1c1c5
parentdb5eb2a2c3290fa2bd26bd8da2356edbdb32a75a
math/big: remove superfluous comparison

This is not a functional change.

Also:
- minor cleanups, better comments
- uniform spelling of noun "zeros" (per OED)

Fixes #11277.

Change-Id: I1726f358ce15907bd2410f646b02cf8b11b919cd
Reviewed-on: https://go-review.googlesource.com/11267
Reviewed-by: Alan Donovan <adonovan@google.com>
Reviewed-by: Robert Griesemer <gri@golang.org>
src/math/big/intconv.go
src/math/big/natconv.go