This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e836823
)
pp.c: Fix typo in comment
author
Karl Williamson
<khw@cpan.org>
Wed, 13 May 2015 23:53:26 +0000
(17:53 -0600)
committer
Karl Williamson
<khw@cpan.org>
Sat, 1 Aug 2015 16:34:50 +0000
(10:34 -0600)
pp.c
patch
|
blob
|
blame
|
history
diff --git
a/pp.c
b/pp.c
index
a963478
..
3ebcf1c
100644
(file)
--- a/
pp.c
+++ b/
pp.c
@@
-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 to
o
messy. The API isn't quite clean enough,
because data access has side effects.
*/
little = newSVpvn_flags(little_p, llen,