summaryrefslogtreecommitdiff
path: root/libgo/go/unicode/tables.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/unicode/tables.go')
-rw-r--r--libgo/go/unicode/tables.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/unicode/tables.go b/libgo/go/unicode/tables.go
index 978c48ae43e..5009e6b98c8 100644
--- a/libgo/go/unicode/tables.go
+++ b/libgo/go/unicode/tables.go
@@ -7,7 +7,7 @@ package unicode
// Version is the Unicode edition from which the tables are derived.
const Version = "6.0.0"
-// Categories is the set of Unicode data tables.
+// Categories is the set of Unicode category tables.
var Categories = map[string]*RangeTable{
"C": C,
"Cc": Cc,