diff options
Diffstat (limited to 'libgo/go/math/big/floatmarsh.go')
-rw-r--r-- | libgo/go/math/big/floatmarsh.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/math/big/floatmarsh.go b/libgo/go/math/big/floatmarsh.go index 3725d4b8345..d1c1dab0691 100644 --- a/libgo/go/math/big/floatmarsh.go +++ b/libgo/go/math/big/floatmarsh.go @@ -16,7 +16,7 @@ const floatGobVersion byte = 1 // GobEncode implements the gob.GobEncoder interface. // The Float value and all its attributes (precision, -// rounding mode, accuracy) are marshalled. +// rounding mode, accuracy) are marshaled. func (x *Float) GobEncode() ([]byte, error) { if x == nil { return nil, nil |