summaryrefslogtreecommitdiff
path: root/pp_hot.c
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2007-06-30 00:49:35 +0200
committerYves Orton <demerphq@gmail.com>2007-06-30 16:19:33 +0000
commit62e7980d92132e301c6ee622ce9f1c56fd344af7 (patch)
tree03a0482ee1beef1ff9a3bcbf06037e74f04cca2e /pp_hot.c
parent2670d666ea6958d8b40e95a047b645f890fabc08 (diff)
downloadperl-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp_hot.c b/pp_hot.c
index 1535e4cd8f..5cd758f6ab 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. */