summaryrefslogtreecommitdiff
path: root/src/pkg/math/big/arith.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/math/big/arith.go')
-rw-r--r--src/pkg/math/big/arith.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pkg/math/big/arith.go b/src/pkg/math/big/arith.go
index 5a30d3cf3..f316806d7 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 (