Author: Romain Guillebert <[email protected]>
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)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to