summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-03-06 06:31:55 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-03-06 06:31:55 +0000
commit4ea817c67acbb0637159d692922fa81954793ad9 (patch)
treed678fab0fb3d32ff89900154847a56a3c59e0a55 /perl.c
parent3b2903621aacf4b1cc9b9d99f9a25167b486b91f (diff)
downloadperl-4ea817c67acbb0637159d692922fa81954793ad9.tar.gz
vendorlib support for Windows; regen win32/config*
p4raw-id: //depot/perl@5574
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.c b/perl.c
index 7d77f44674..ccd1fe2bbe 100644
--- a/perl.c
+++ b/perl.c
@@ -3269,7 +3269,7 @@ S_init_perllib(pTHX)
#endif
#ifdef PERL_VENDORARCH_EXP
- /* vendorarch is always relative to sitelib on Windows for
+ /* vendorarch is always relative to vendorlib on Windows for
* DLL-based path intuition to work correctly */
# if !defined(WIN32)
incpush(PERL_VENDORARCH_EXP, FALSE);