From: David Mitchell Date: Thu, 18 May 2017 10:44:17 +0000 (+0100) Subject: Perl_sv_vcatpvfn_flags: s/gconverts/Gconvert's/ X-Git-Tag: v5.27.1~81^2~71 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/0328f687d9bb687bcbe7fde0aee61261ec662048 Perl_sv_vcatpvfn_flags: s/gconverts/Gconvert's/ fix a comment, so that a search for the word 'Gconvert' gets a match. So that a later comment 'See earlier comment about buggy Gconvert' makes sense. --- diff --git a/sv.c b/sv.c index 261de4c..1662eb8 100644 --- a/sv.c +++ b/sv.c @@ -11856,8 +11856,8 @@ Perl_sv_vcatpvfn_flags(pTHX_ SV *const sv, const char *const pat, const STRLEN p if (LIKELY(!Perl_isinfnan(nv))) { if (*pp == 'g') { /* Add check for digits != 0 because it seems that some - gconverts are buggy in this case, and we don't yet have - a Configure test for this. */ + Gconvert's are buggy in this case, and we don't yet + have a Configure test for this. */ if (digits && digits < sizeof(ebuf) - NV_DIG - 10) { /* 0, point, slack */ STORE_LC_NUMERIC_SET_TO_NEEDED();