From: Gurusamy Sarathy Date: Fri, 4 Feb 2000 04:58:57 +0000 (+0000) Subject: avoid /* within comment X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6a34af384f581a141833588aa304bcb3afcba4ca;p=p5sagit%2Fp5-mst-13.2.git avoid /* within comment p4raw-id: //depot/perl@4972 --- diff --git a/xsutils.c b/xsutils.c index f9d5e0d..0999f74 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. */