diff options
author | Karl Williamson <khw@cpan.org> | 2015-05-13 17:53:26 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-08-01 10:34:50 -0600 |
commit | 8bd97c0cbefa849fec50f5addebc8d1da29d4e69 (patch) | |
tree | 2042dd4df1b31bdb3c4ec48fc1f7c7a8940fe6c6 /pp.c | |
parent | e8368231412c57222c53c0dc1fac7f711fa051e2 (diff) | |
download | perl-8bd97c0cbefa849fec50f5addebc8d1da29d4e69.tar.gz |
pp.c: Fix typo in comment
Diffstat (limited to 'pp.c')
-rw-r--r-- | pp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3470,7 +3470,7 @@ PP(pp_index) SvPV_const some lines above. We can't remove that, as we need to call some SvPV to trigger overloading early and find out if the string is UTF-8. - This is all getting to messy. The API isn't quite clean enough, + This is all getting too messy. The API isn't quite clean enough, because data access has side effects. */ little = newSVpvn_flags(little_p, llen, |