This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade to Devel::PPPort 3.05.
[perl5.git] / toke.c
diff --git a/toke.c b/toke.c
index 369a2d7..6206c44 100644 (file)
--- a/toke.c
+++ b/toke.c
@@ -5585,7 +5585,7 @@ S_pending_ident(pTHX)
     return WORD;
 }
 
-/* Weights are the number of occurrences of that keyword in about 190M of
+/* Weights are the number of occurrences of that keyword in about 135M of
    input to Perl_keyword from a lot of real perl. This routine is about 20%
    faster than the routine it replaces.  */