summaryrefslogtreecommitdiff
path: root/encoding.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-31 13:37:50 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-31 13:37:50 +0000
commita4702079b844cf415c047cbd45a501a13a0e0a23 (patch)
tree504b607b0487404780e963df9933d69c64e0357e /encoding.c
parent7011534ea865cd5fd19050388cc77495cabfba09 (diff)
update comment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28110 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'encoding.c')
-rw-r--r--encoding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/encoding.c b/encoding.c
index a7950a8251..328e109242 100644
--- a/encoding.c
+++ b/encoding.c
@@ -1537,7 +1537,7 @@ Init_Encoding(void)
}
}
-/* locale insensitive functions */
+/* locale insensitive ctype functions */
#define ctype_test(c, ctype) \
(rb_isascii(c) && ONIGENC_IS_ASCII_CODE_CTYPE((c), ctype))