summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-10-11 21:14:49 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-10-11 21:14:49 +0000
commit42a3dd3a0948c6ac1b200a3fbb116cc84a1b090e (patch)
treeb272c038bc03e9a924dfc10ad6c51a77591992cd /perl.c
parent88f5bc07adcbdcc8427eef58d88a43884ef3f99a (diff)
downloadperl-42a3dd3a0948c6ac1b200a3fbb116cc84a1b090e.tar.gz
Comment fix
p4raw-id: //depot/perl@25738
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl.c b/perl.c
index 72289a2f8a..a1667c8404 100644
--- a/perl.c
+++ b/perl.c
@@ -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')