diff options
Diffstat (limited to 'src/math/big/floatconv.go')
| -rw-r--r-- | src/math/big/floatconv.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/big/floatconv.go b/src/math/big/floatconv.go index 37d5c06a6f..a884df6fe1 100644 --- a/src/math/big/floatconv.go +++ b/src/math/big/floatconv.go @@ -85,7 +85,7 @@ func (z *Float) scan(r io.ByteScanner, base int) (f *Float, b int, err error) { if fcount < 0 { // The mantissa has a "decimal" point ddd.dddd; and // -fcount is the number of digits to the right of '.'. - // Adjust relevant exponent accodingly. + // Adjust relevant exponent accordingly. d := int64(fcount) switch b { case 10: |
