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:
dbfbcae
)
Perl_sv_vcatpvfn_flags: fix comment typo
author
David Mitchell
<davem@iabyn.com>
Thu, 1 Jun 2017 10:29:35 +0000
(11:29 +0100)
committer
David Mitchell
<davem@iabyn.com>
Wed, 7 Jun 2017 08:11:08 +0000
(09:11 +0100)
sv.c
patch
|
blob
|
blame
|
history
diff --git
a/sv.c
b/sv.c
index
cb90a07
..
de02119
100644
(file)
--- a/
sv.c
+++ b/
sv.c
@@
-11938,7
+11938,7
@@
Perl_sv_vcatpvfn_flags(pTHX_ SV *const sv, const char *const pat, const STRLEN p
STRLEN width = 0; /* value of "%NNN..." */
bool has_precis = FALSE; /* has "%.NNN..." */
STRLEN precis = 0; /* value of "%.NNN..." */
- bool used_explicit_ix = FALSE;/* has "%
$n
..." */
+ bool used_explicit_ix = FALSE;/* has "%
n$
..." */
int base = 0; /* base to print in, e.g. 8 for %o */
UV uv = 0; /* the value to print of int-ish args */