This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
sv.c: fix closing comment
authorDavid Mitchell <davem@iabyn.com>
Mon, 12 May 2014 09:16:49 +0000 (10:16 +0100)
committerDavid Mitchell <davem@iabyn.com>
Mon, 12 May 2014 09:16:49 +0000 (10:16 +0100)
replace /* with */

it didn't matter because it was immediately followed by another comment

sv.c

diff --git a/sv.c b/sv.c
index 66d3bf6..1005313 100644 (file)
--- a/sv.c
+++ b/sv.c
@@ -8165,7 +8165,7 @@ Perl_sv_gets(pTHX_ SV *const sv, PerlIO *const fp, I32 append)
      * on the amount of data we might read of the current buffer
      * into our sv. Knowing this allows us to preallocate the pv
      * to be able to hold that maximum, which allows us to simplify
-     * a lot of logic. /*
+     * a lot of logic. */
 
     /*
      * We're going to steal some values from the stdio struct