about summary refs log tree commit diff
path: root/src/libcore
diff options
context:
space:
mode:
authorvarkor <github@varkor.com>2018-05-21 18:57:49 +0100
committervarkor <github@varkor.com>2018-05-21 18:57:54 +0100
commit2fa22effb6e1dd3b3e2e587ec5fcabefe2eb3443 (patch)
tree512d4d77b9d2669e2eef75b8e0ee55d7c3450998 /src/libcore
parentc51f00280205d476651ff9f9a46cff6645b411a2 (diff)
downloadrust-2fa22effb6e1dd3b3e2e587ec5fcabefe2eb3443.tar.gz
rust-2fa22effb6e1dd3b3e2e587ec5fcabefe2eb3443.zip
Avoid counting characters and add explanatory comment to test
Diffstat (limited to 'src/libcore')
-rwxr-xr-xsrc/libcore/unicode/unicode.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/unicode/unicode.py b/src/libcore/unicode/unicode.py
index 1da5878c4c6..07f873b13c0 100755
--- a/src/libcore/unicode/unicode.py
+++ b/src/libcore/unicode/unicode.py
@@ -21,7 +21,7 @@
 # - UnicodeData.txt
 #
 # Since this should not require frequent updates, we just store this
-# out-of-line and check the unicode.py file into git.
+# out-of-line and check the tables.rs file into git.
 
 import fileinput, re, os, sys, operator, math, datetime