summaryrefslogtreecommitdiff
path: root/regcomp.c
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2012-06-16 19:55:15 -0600
committerKarl Williamson <public@khwilliamson.com>2012-08-02 09:24:52 -0600
commit4fa352c88e0cce67dac885937735609cff04a59e (patch)
treefac132de306e16d866f983e38925456a10c48e37 /regcomp.c
parent86e88272fdabc40e3b168a3cc43af5e86284d01b (diff)
downloadperl-4fa352c88e0cce67dac885937735609cff04a59e.tar.gz
regcomp.c: Make comment more accurate
Diffstat (limited to 'regcomp.c')
-rw-r--r--regcomp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regcomp.c b/regcomp.c
index fe7837dd1c..724899e782 100644
--- a/regcomp.c
+++ b/regcomp.c
@@ -9657,7 +9657,7 @@ S_reg_namedseq(pTHX_ RExC_state_t *pRExC_state, UV *valuep, I32 *flagp, U32 dept
return ret;
}
- /* Here, we have decided it should be a named sequence */
+ /* Here, we have decided it should be a named character or sequence */
/* The test above made sure that the next real character is a '{', but
* under the /x modifier, it could be separated by space (or a comment and