LGTM On May 28, 2010, at 7:11 PM, rsc@golang.org wrote: > Reviewers: gri, > > ...
14 years, 9 months ago
(2010-05-29 03:21:21 UTC)
#2
LGTM
On May 28, 2010, at 7:11 PM, rsc@golang.org wrote:
> Reviewers: gri,
>
> Message:
> Hello gri (cc: golang-dev@googlegroups.com),
>
> I'd like you to review this change.
>
>
> Description:
> big: fix spelling of Euclidean
>
> Please review this at http://codereview.appspot.com/1372042/show
>
> Affected files:
> M src/pkg/big/int.go
>
>
> Index: src/pkg/big/int.go
> ===================================================================
> --- a/src/pkg/big/int.go
> +++ b/src/pkg/big/int.go
> @@ -225,12 +225,12 @@
> // and returns the pair (z, m) for y != 0.
> // If y == 0, a division-by-zero run-time panic occurs.
> //
> -// DivMod implements Euclidian division and modulus (unlike Go):
> +// DivMod implements Euclidean division and modulus (unlike Go):
> //
> // q = x div y such that
> // m = x - y*q with 0 <= m < |q|
> //
> -// (See Raymond T. Boute, ``The Euclidian definition of the functions
> +// (See Raymond T. Boute, ``The Euclidean definition of the functions
> // div and mod''. ACM Transactions on Programming Languages and
> // Systems (TOPLAS), 14(2):127-144, New York, NY, USA, 4/1992.
> // ACM press.)
>
>
Issue 1372042: code review 1372042: big: fix spelling of Euclidean
(Closed)
Created 14 years, 9 months ago by rsc
Modified 14 years, 9 months ago
Reviewers:
Base URL:
Comments: 0