summaryrefslogtreecommitdiff
path: root/regnodes.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-01-07 12:50:18 +0000
committerNicholas Clark <nick@ccl4.org>2011-01-07 12:51:20 +0000
commiteca57c3a459e4164d8c0b8b6f990b42a1233c668 (patch)
treec3086d12564e1209b32498601ef34728f562c72e /regnodes.h
parentdca46f057e9991c59edafe950dde760f36545539 (diff)
downloadperl-eca57c3a459e4164d8c0b8b6f990b42a1233c668.tar.gz
Run make regen after 486ec47ab73770ab updated regcomp.sym.
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 35a4cc188c..7a2429a48f 100644
--- a/regnodes.h
+++ b/regnodes.h
@@ -68,7 +68,7 @@
#define IFMATCH 56 /* 0x38 Succeeds if the following matches. */
#define UNLESSM 57 /* 0x39 Fails if the following matches. */
#define SUSPEND 58 /* 0x3a "Independent" sub-RE. */
-#define IFTHEN 59 /* 0x3b Switch, should be preceeded by switcher . */
+#define IFTHEN 59 /* 0x3b Switch, should be preceded by switcher . */
#define GROUPP 60 /* 0x3c Whether the group matched. */
#define LONGJMP 61 /* 0x3d Jump far away. */
#define BRANCHJ 62 /* 0x3e BRANCH with long offset. */