stas 2004/08/19 22:19:24
Modified: src/modules/perl modperl_perl.h Log: comment typo fix Revision Changes Path 1.17 +1 -1 modperl-2.0/src/modules/perl/modperl_perl.h Index: modperl_perl.h =================================================================== RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_perl.h,v retrieving revision 1.16 retrieving revision 1.17 diff -u -u -r1.16 -r1.17 --- modperl_perl.h 2 Apr 2004 02:17:45 -0000 1.16 +++ modperl_perl.h 20 Aug 2004 05:19:23 -0000 1.17 @@ -16,7 +16,7 @@ #ifndef MODPERL_PERL_H #define MODPERL_PERL_H -/* starting from 5.8.1 perl caches ppids, so we need to main our +/* starting from 5.8.1 perl caches ppids, so we need to maintain our * own. some distros fetch fake 5.8.0 with changes from 5.8.1, so we * need to do that for those fake 5.8.0 as well. real 5.8.0 doesn't * have THREADS_HAVE_PIDS defined.