summaryrefslogtreecommitdiff
path: root/xsutils.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-02-04 04:58:57 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-02-04 04:58:57 +0000
commit6a34af384f581a141833588aa304bcb3afcba4ca (patch)
treeaa462fa79f6aa68ff690f8a9a8c512b7af07f565 /xsutils.c
parent9c6664052fe5df4f48aca49de15d21ae45b49e89 (diff)
downloadperl-6a34af384f581a141833588aa304bcb3afcba4ca.tar.gz
avoid /* within comment
p4raw-id: //depot/perl@4972
Diffstat (limited to 'xsutils.c')
-rw-r--r--xsutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xsutils.c b/xsutils.c
index f9d5e0d28b..0999f744a0 100644
--- a/xsutils.c
+++ b/xsutils.c
@@ -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.
*/