diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-04 04:58:57 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-04 04:58:57 +0000 |
commit | 6a34af384f581a141833588aa304bcb3afcba4ca (patch) | |
tree | aa462fa79f6aa68ff690f8a9a8c512b7af07f565 /xsutils.c | |
parent | 9c6664052fe5df4f48aca49de15d21ae45b49e89 (diff) | |
download | perl-6a34af384f581a141833588aa304bcb3afcba4ca.tar.gz |
avoid /* within comment
p4raw-id: //depot/perl@4972
Diffstat (limited to 'xsutils.c')
-rw-r--r-- | xsutils.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ void XS_attributes_bootstrap(pTHXo_ CV *cv); * * The various bootstrap definitions can take care of doing * package-specific newXS() calls. Since the layout of the - * bundled lib/*.pm files is in a version-specific directory, + * bundled *.pm files is in a version-specific directory, * version checks in these bootstrap calls are optional. */ |