aboutsummaryrefslogtreecommitdiff
path: root/src/lib/hash/crc32.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/hash/crc32.go')
-rw-r--r--src/lib/hash/crc32.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/hash/crc32.go b/src/lib/hash/crc32.go
index 4ab8495b5d..9f6aa7d351 100644
--- a/src/lib/hash/crc32.go
+++ b/src/lib/hash/crc32.go
@@ -25,7 +25,7 @@ export const (
Koopman = 0xeb31d82e;
)
-// TODO(rsc): Change to [256]uint32
+// TODO(rsc): Change to [256]uint32 once 6g can handle it.
export type Table []uint32
export func MakeTable(poly uint32) Table {