summaryrefslogtreecommitdiff
path: root/regcomp.c
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2010-11-27 20:45:33 -0700
committerFather Chrysostomos <sprout@cpan.org>2010-11-28 04:49:16 -0800
commit62012aee33c9aaffb325cdf706d389d952eb13ad (patch)
treec2a9bd1c158c570a4281f152661fde03c30bd3b4 /regcomp.c
parent2c2b7f86ebc8d80b481174d93d0dc74515f6f2a5 (diff)
downloadperl-62012aee33c9aaffb325cdf706d389d952eb13ad.tar.gz
regcomp.c: Typo in comment
Diffstat (limited to 'regcomp.c')
-rw-r--r--regcomp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/regcomp.c b/regcomp.c
index e4ac9d1516..4ab44866de 100644
--- a/regcomp.c
+++ b/regcomp.c
@@ -1475,8 +1475,8 @@ S_make_trie(pTHX_ RExC_state_t *pRExC_state, regnode *startbranch, regnode *firs
TRIE_STORE_REVCHAR;
}
if ( set_bit ) {
- /* store the codepoint in the bitmap, and if its ascii
- also store its folded equivelent. */
+ /* store the codepoint in the bitmap, and its folded
+ * equivalent. */
TRIE_BITMAP_SET(trie,uvc);
/* store the folded codepoint */