diff --git a/src/pkg/math/big/arith.go b/src/pkg/math/big/arith.go index 5a30d3cf3a7..f316806d7ca 100644 --- a/src/pkg/math/big/arith.go +++ b/src/pkg/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 (