summaryrefslogtreecommitdiff
path: root/regnodes.h
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2018-04-08 10:12:20 -0400
committerJames E Keenan <jkeenan@cpan.org>2018-04-08 10:12:20 -0400
commit5baf66636cdcd4a10ac35e5d3aaa57a7fe0b51d8 (patch)
treec2efc1e4c55cf7798381384b7937bdadb8adbd17 /regnodes.h
parentd6d2d696386ef482b3ddc6b0f67c5d0d3d6b31d0 (diff)
downloadperl-5baf66636cdcd4a10ac35e5d3aaa57a7fe0b51d8.tar.gz
Spelling correction for consistency with pod/perldebguts.pod.
Diffstat (limited to 'regnodes.h')
-rw-r--r--regnodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/regnodes.h b/regnodes.h
index 185c84260c..69f3e38cdb 100644
--- a/regnodes.h
+++ b/regnodes.h
@@ -52,7 +52,7 @@
#define EXACTFU 38 /* 0x26 Match this string (folded iff in UTF-8, length in folding doesn't change if not in UTF-8) using /iu rules (w/len). */
#define EXACTFAA 39 /* 0x27 Match this string (not guaranteed to be folded) using /iaa rules (w/len). */
#define EXACTFU_SS 40 /* 0x28 Match this string (folded iff in UTF-8, length in folding may change even if not in UTF-8) using /iu rules (w/len). */
-#define EXACTFLU8 41 /* 0x29 Rare cirucmstances: like EXACTFU, but is under /l, UTF-8, folded, and everything in it is above 255. */
+#define EXACTFLU8 41 /* 0x29 Rare circumstances: like EXACTFU, but is under /l, UTF-8, folded, and everything in it is above 255. */
#define EXACTFAA_NO_TRIE 42 /* 0x2a Match this string (which is not trie-able; not guaranteed to be folded) using /iaa rules (w/len). */
#define NOTHING 43 /* 0x2b Match empty string. */
#define TAIL 44 /* 0x2c Match empty string. Can jump here from outside. */