diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-09-27 20:29:28 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-10-01 09:58:09 -0600 |
commit | 9479a769f5907e67684a8a7693129806926faa34 (patch) | |
tree | 56a43dde598723ed86921cb1c76a588e1cd37a27 /regcomp.c | |
parent | 3509bb5348ee7236c48c4541300dc95ecf9147a1 (diff) | |
download | perl-9479a769f5907e67684a8a7693129806926faa34.tar.gz |
Comment-only nits
Diffstat (limited to 'regcomp.c')
-rw-r--r-- | regcomp.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 */ } |