[pypy-commit] pypy default: typo

ctismer noreply at buildbot.pypy.org
Sun Mar 18 16:51:28 CET 2012


Author: Christian Tismer <tismer at stackless.com>
Branch: 
Changeset: r53793:2be2535ad44a
Date: 2012-03-18 16:50 +0100
http://bitbucket.org/pypy/pypy/changeset/2be2535ad44a/

Log:	typo

diff --git a/pypy/jit/backend/test/runner_test.py b/pypy/jit/backend/test/runner_test.py
--- a/pypy/jit/backend/test/runner_test.py
+++ b/pypy/jit/backend/test/runner_test.py
@@ -1497,9 +1497,9 @@
 
     def test_read_timestamp(self):
         if sys.platform == 'win32':
-            # windows quite often is very inexact (like the old 8259 PIC),
+            # windows quite often is very inexact (like the old Intel 8259 PIC),
             # so we stretch the time a little bit.
-            # On my virtual Parallels machine in a 2GhZ Core i7 Mac Mini,
+            # On my virtual Parallels machine in a 2GHz Core i7 Mac Mini,
             # the test starts working at delay == 21670 and stops at 20600000.
             # We take the geometric mean value.
             from math import log, exp


More information about the pypy-commit mailing list