[pypy-commit] pypy llvm-translation-backend: Fix typo.

Manuel Jacob noreply at buildbot.pypy.org
Fri Aug 30 15:43:04 CEST 2013


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):


More information about the pypy-commit mailing list