From 2adc4e892704bb99f2d16c0c09777987cb6bed35 Mon Sep 17 00:00:00 2001 From: Josh Bleecher Snyder Date: Tue, 17 Feb 2015 15:44:42 -0800 Subject: all: use "reports whether" in place of "returns true if(f)" Comment changes only. Change-Id: I56848814564c4aa0988b451df18bebdfc88d6d94 Reviewed-on: https://go-review.googlesource.com/7721 Reviewed-by: Rob Pike --- src/strconv/extfloat.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/strconv/extfloat.go') diff --git a/src/strconv/extfloat.go b/src/strconv/extfloat.go index bed8b16bda..019b4eebdc 100644 --- a/src/strconv/extfloat.go +++ b/src/strconv/extfloat.go @@ -256,7 +256,7 @@ var uint64pow10 = [...]uint64{ } // AssignDecimal sets f to an approximate value mantissa*10^exp. It -// returns true if the value represented by f is guaranteed to be the +// reports whether the value represented by f is guaranteed to be the // best approximation of d after being rounded to a float64 or // float32 depending on flt. func (f *extFloat) AssignDecimal(mantissa uint64, exp10 int, neg bool, trunc bool, flt *floatInfo) (ok bool) { -- cgit v1.3