This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Comment typo fix
authorAbigail <abigail@abigail.be>
Fri, 29 Jun 2007 22:49:35 +0000 (00:49 +0200)
committerYves Orton <demerphq@gmail.com>
Sat, 30 Jun 2007 16:19:33 +0000 (16:19 +0000)
Message-ID: <20070629204935.GA13919@abigail.nl>

p4raw-id: //depot/perl@31508

pp_hot.c

index 1535e4c..5cd758f 100644 (file)
--- 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. */