[pypy-commit] pypy default: Fix typo

rguillebert noreply at buildbot.pypy.org
Wed Jan 9 23:25:39 CET 2013


Author: Romain Guillebert <romain.py at gmail.com>
Branch: 
Changeset: r59904:cad5c05cae8e
Date: 2013-01-09 23:24 +0100
http://bitbucket.org/pypy/pypy/changeset/cad5c05cae8e/

Log:	Fix typo

diff --git a/pypy/translator/driver.py b/pypy/translator/driver.py
--- a/pypy/translator/driver.py
+++ b/pypy/translator/driver.py
@@ -362,7 +362,7 @@
     @taskdef([RTYPE], "JIT compiler generation")
     def task_pyjitpl_lltype(self):
         """ Generate bytecodes for JIT and flow the JIT helper functions
-        ootype version
+        lltype version
         """
         get_policy = self.extra['jitpolicy']
         self.jitpolicy = get_policy(self)


More information about the pypy-commit mailing list