summaryrefslogtreecommitdiff
path: root/regnodes.h
diff options
context:
space:
mode:
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. */