stas        2003/10/14 17:28:51

  Modified:    src/modules/perl modperl_io.c
  Log:
  copy-n-paste comment typo fix
  
  Revision  Changes    Path
  1.17      +1 -1      modperl-2.0/src/modules/perl/modperl_io.c
  
  Index: modperl_io.c
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_io.c,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -u -r1.16 -r1.17
  --- modperl_io.c      15 Oct 2003 00:28:10 -0000      1.16
  +++ modperl_io.c      15 Oct 2003 00:28:51 -0000      1.17
  @@ -106,7 +106,7 @@
       }
   
       /* similar to PerlIO::scalar, the PerlIO::Apache layer doesn't
  -     * have file descriptors, so STDOUT must be closed before it can
  +     * have file descriptors, so STDIN must be closed before it can
        * be reopened */
       Perl_do_close(aTHX_ handle, TRUE); 
       status = Perl_do_open9(aTHX_ handle, "<:Apache", 8, FALSE, O_RDONLY,
  
  
  

Reply via email to