diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-10-11 21:14:49 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-10-11 21:14:49 +0000 |
commit | 42a3dd3a0948c6ac1b200a3fbb116cc84a1b090e (patch) | |
tree | b272c038bc03e9a924dfc10ad6c51a77591992cd /perl.c | |
parent | 88f5bc07adcbdcc8427eef58d88a43884ef3f99a (diff) | |
download | perl-42a3dd3a0948c6ac1b200a3fbb116cc84a1b090e.tar.gz |
Comment fix
p4raw-id: //depot/perl@25738
Diffstat (limited to 'perl.c')
-rw-r--r-- | perl.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4594,8 +4594,8 @@ S_init_perllib(pTHX) s = PerlEnv_getenv("PERL5LIB"); /* * It isn't possible to delete an environment variable with - * PERL_USE_SAFE_PUTENV set unless setenv() is also available, so in that case - * we treat PERL5LIB as undefined if it has a zero-length value. + * PERL_USE_SAFE_PUTENV set unless unsetenv() is also available, so in that + * case we treat PERL5LIB as undefined if it has a zero-length value. */ #if defined(PERL_USE_SAFE_PUTENV) && ! defined(HAS_UNSETENV) if (s && *s != '\0') |