diff options
Diffstat (limited to 'libgo/go/math/big/arith.go')
-rw-r--r-- | libgo/go/math/big/arith.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libgo/go/math/big/arith.go b/libgo/go/math/big/arith.go index 41de17ba416..306bf0ac65b 100644 --- a/libgo/go/math/big/arith.go +++ b/libgo/go/math/big/arith.go @@ -8,8 +8,7 @@ package big -// TODO(gri) Decide if Word needs to remain exported. - +// A Word represents a single digit of a multi-precision unsigned integer. type Word uintptr const ( |