[pypy-svn] r50382 - pypy/dist/pypy/translator/microbench

ericvrp at codespeak.net ericvrp at codespeak.net
Sun Jan 6 15:42:59 CET 2008


Author: ericvrp
Date: Sun Jan  6 15:42:59 2008
New Revision: 50382

Modified:
   pypy/dist/pypy/translator/microbench/microbench.py
Log:
fix typo


Modified: pypy/dist/pypy/translator/microbench/microbench.py
==============================================================================
--- pypy/dist/pypy/translator/microbench/microbench.py	(original)
+++ pypy/dist/pypy/translator/microbench/microbench.py	Sun Jan  6 15:42:59 2008
@@ -1,8 +1,8 @@
 #!/usr/bin/env python
 
 """This script computes the relative performance between python
-implementations on a set of microbenchmarks. The script usally is started
-with "./microbench.py python ./pypy" where pypy is a symlink to you pypy exectable."""
+implementations on a set of microbenchmarks. The script usually is started
+with "./microbench.py python ./pypy" where pypy is a symlink to your pypy executable."""
 
 import os, time, sys
 
@@ -96,3 +96,4 @@
         
     if not executables:
         run(test_cases, fmt)
+



More information about the Pypy-commit mailing list