diff options
author | Abigail <abigail@abigail.be> | 2007-06-30 00:49:35 +0200 |
---|---|---|
committer | Yves Orton <demerphq@gmail.com> | 2007-06-30 16:19:33 +0000 |
commit | 62e7980d92132e301c6ee622ce9f1c56fd344af7 (patch) | |
tree | 03a0482ee1beef1ff9a3bcbf06037e74f04cca2e /pp_hot.c | |
parent | 2670d666ea6958d8b40e95a047b645f890fabc08 (diff) | |
download | perl-62e7980d92132e301c6ee622ce9f1c56fd344af7.tar.gz |
Comment typo fix
Message-ID: <20070629204935.GA13919@abigail.nl>
p4raw-id: //depot/perl@31508
Diffstat (limited to 'pp_hot.c')
-rw-r--r-- | pp_hot.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |