summaryrefslogtreecommitdiff
path: root/regexec.c
diff options
context:
space:
mode:
authorMatthew Horsfall <wolfsage@gmail.com>2014-12-29 19:21:39 -0500
committerMatthew Horsfall <wolfsage@gmail.com>2014-12-30 08:13:16 -0500
commit33be4c6111bea619c1662d201ad9e3914c2013e5 (patch)
treeb8cef87673636350254c6b6d375ded971d905e0c /regexec.c
parent207807e13c0ffe818692b731054954db1a168e25 (diff)
downloadperl-33be4c6111bea619c1662d201ad9e3914c2013e5.tar.gz
Add documentation for /n (non-capture) regexp flag.
Diffstat (limited to 'regexec.c')
-rw-r--r--regexec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regexec.c b/regexec.c
index 5b8565c79c..585a2c0711 100644
--- a/regexec.c
+++ b/regexec.c
@@ -5529,7 +5529,7 @@ S_regmatch(pTHX_ regmatch_info *reginfo, char *startpos, regnode *prog)
assert(!(scan->flags & ~RXf_PMf_COMPILETIME));
re_sv = rex->engine->op_comp(aTHX_ &ret, 1, NULL,
rex->engine, NULL, NULL,
- /* copy /msix etc to inner pattern */
+ /* copy /msixn etc to inner pattern */
ARG2L(scan),
pm_flags);