summaryrefslogtreecommitdiff
path: root/ext/ereg/regex/regcomp.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ereg/regex/regcomp.c')
-rw-r--r--ext/ereg/regex/regcomp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ereg/regex/regcomp.c b/ext/ereg/regex/regcomp.c
index 156eee9329..730bcf568a 100644
--- a/ext/ereg/regex/regcomp.c
+++ b/ext/ereg/regex/regcomp.c
@@ -450,7 +450,7 @@ int starordinary; /* is a leading * an ordinary character? */
register sopno subno;
# define BACKSL (1<<CHAR_BIT)
- pos = HERE(); /* repetion op, if any, covers from here */
+ pos = HERE(); /* repetition op, if any, covers from here */
assert(MORE()); /* caller should have ensured this */
c = GETNEXT();