summaryrefslogtreecommitdiff
path: root/regcomp.c
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-09-27 20:29:28 -0600
committerKarl Williamson <public@khwilliamson.com>2011-10-01 09:58:09 -0600
commit9479a769f5907e67684a8a7693129806926faa34 (patch)
tree56a43dde598723ed86921cb1c76a588e1cd37a27 /regcomp.c
parent3509bb5348ee7236c48c4541300dc95ecf9147a1 (diff)
downloadperl-9479a769f5907e67684a8a7693129806926faa34.tar.gz
Comment-only nits
Diffstat (limited to 'regcomp.c')
-rw-r--r--regcomp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/regcomp.c b/regcomp.c
index a75f9fe587..579dabec5a 100644
--- a/regcomp.c
+++ b/regcomp.c
@@ -5966,9 +5966,9 @@ S_invlist_set_len(pTHX_ SV* const invlist, const UV len)
* TO_INTERNAL_SIZE(len
* - (*get_invlist_zero_addr(inv_list) ^ 1)));
* But, this is only valid if len is not 0. The consequences of not doing
- * this is that the memory allocation code may think that the 1 more UV
- * is being used than actually is, and so might do an unnecessary grow.
- * That seems worth not bothering to make this the precise amount.
+ * this is that the memory allocation code may think that 1 more UV is
+ * being used than actually is, and so might do an unnecessary grow. That
+ * seems worth not bothering to make this the precise amount.
*
* Note that when inverting, SvCUR shouldn't change */
}