From: Abigail Date: Fri, 29 Jun 2007 22:49:35 +0000 (+0200) Subject: Comment typo fix X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=62e7980d92132e301c6ee622ce9f1c56fd344af7;p=p5sagit%2Fp5-mst-13.2.git Comment typo fix Message-ID: <20070629204935.GA13919@abigail.nl> p4raw-id: //depot/perl@31508 --- diff --git a/pp_hot.c b/pp_hot.c index 1535e4c..5cd758f 100644 --- a/pp_hot.c +++ b/pp_hot.c @@ -1267,7 +1267,7 @@ PP(pp_match) } } /* XXX: comment out !global get safe $1 vars after a - match, BUT be aware that this leads to drammatic slowdowns on + match, BUT be aware that this leads to dramatic slowdowns on /g matches against large strings. So far a solution to this problem appears to be quite tricky. Test for the unsafe vars are TODO for now. */