Author: Manuel Jacob
Branch: llvm-translation-backend
Changeset: r66464:f55c72b46aff
Date: 2012-03-02 18:22 +0100
http://bitbucket.org/pypy/pypy/changeset/f55c72b46aff/

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
@@ -34,7 +34,7 @@
 
 _BACKEND_TO_TYPESYSTEM = {
     'c': 'lltype',
-    'llvm': 'ootype'
+    'llvm': 'lltype'
 }
 
 def backend_to_typesystem(backend):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to