From 789c5255a4ee2bca8906baa15fc3e400054ff44d Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Sun, 5 Mar 2017 09:14:38 -0800 Subject: all: remove the the duplicate words MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I6343c162e27e2e492547c96f1fc504909b1c03c0 Reviewed-on: https://go-review.googlesource.com/37793 Reviewed-by: Daniel Martí Reviewed-by: Ian Lance Taylor Run-TryBot: Ian Lance Taylor TryBot-Result: Gobot Gobot --- src/math/big/float.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/math') diff --git a/src/math/big/float.go b/src/math/big/float.go index aabd7b4477..6517e2063c 100644 --- a/src/math/big/float.go +++ b/src/math/big/float.go @@ -97,7 +97,7 @@ const ( // the slice may (but doesn't have to) be shorter if the mantissa contains // trailing 0 bits. x.mant is normalized if the msb of x.mant == 1 (i.e., // the msb is shifted all the way "to the left"). Thus, if the mantissa has -// trailing 0 bits or x.prec is not a multiple of the the Word size _W, +// trailing 0 bits or x.prec is not a multiple of the Word size _W, // x.mant[0] has trailing zero bits. The msb of the mantissa corresponds // to the value 0.5; the exponent x.exp shifts the binary point as needed. // -- cgit v1.3-5-g9baa