diff options
author | Karl Williamson <public@khwilliamson.com> | 2010-11-27 20:45:33 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-11-28 04:49:16 -0800 |
commit | 62012aee33c9aaffb325cdf706d389d952eb13ad (patch) | |
tree | c2a9bd1c158c570a4281f152661fde03c30bd3b4 /regcomp.c | |
parent | 2c2b7f86ebc8d80b481174d93d0dc74515f6f2a5 (diff) | |
download | perl-62012aee33c9aaffb325cdf706d389d952eb13ad.tar.gz |
regcomp.c: Typo in comment
Diffstat (limited to 'regcomp.c')
-rw-r--r-- | regcomp.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 */ |