Skip to content

Commit c6fbd35

Browse files
committed
sv.c: Fix typo in comment
1 parent c656fad commit c6fbd35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sv.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -11921,7 +11921,7 @@ Perl_sv_vcatpvfn_flags(pTHX_ SV *const sv, const char *const pat, const STRLEN p
1192111921
bool has_utf8 = DO_UTF8(sv); /* has the result utf8? */
1192211922
const bool pat_utf8 = has_utf8; /* the pattern is in utf8? */
1192311923
/* Times 4: a decimal digit takes more than 3 binary digits.
11924-
* NV_DIG: mantissa takes than many decimal digits.
11924+
* NV_DIG: mantissa takes that many decimal digits.
1192511925
* Plus 32: Playing safe. */
1192611926
char ebuf[IV_DIG * 4 + NV_DIG + 32];
1192711927
bool no_redundant_warning = FALSE; /* did we use any explicit format parameter index? */

0 commit comments

Comments
 (0)