diff options
author | James E Keenan <jkeenan@cpan.org> | 2018-04-08 10:09:37 -0400 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2018-04-08 10:09:37 -0400 |
commit | d6d2d696386ef482b3ddc6b0f67c5d0d3d6b31d0 (patch) | |
tree | 820f0d0e184db53941de9abf5f813f8c82d9f50c /regcomp.sym | |
parent | eb08fbc125ac0414ef56c75d20bc3aae1559babb (diff) | |
download | perl-d6d2d696386ef482b3ddc6b0f67c5d0d3d6b31d0.tar.gz |
Spelling correction for consistency with pod/perldebguts.pod.
Diffstat (limited to 'regcomp.sym')
-rw-r--r-- | regcomp.sym | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regcomp.sym b/regcomp.sym index 96fe46e5b9..368039539f 100644 --- a/regcomp.sym +++ b/regcomp.sym @@ -104,7 +104,7 @@ EXACTFAA EXACT, str ; Match this string (not guaranteed to be folded) # End of important relative ordering. EXACTFU_SS EXACT, str ; Match this string (folded iff in UTF-8, length in folding may change even if not in UTF-8) using /iu rules (w/len). -EXACTFLU8 EXACT, str ; Rare cirucmstances: like EXACTFU, but is under /l, UTF-8, folded, and everything in it is above 255. +EXACTFLU8 EXACT, str ; Rare circumstances: like EXACTFU, but is under /l, UTF-8, folded, and everything in it is above 255. EXACTFAA_NO_TRIE EXACT, str ; Match this string (which is not trie-able; not guaranteed to be folded) using /iaa rules (w/len). #*Do nothing types |