Author: David Schneider <[email protected]>
Branch: 
Changeset: r61404:a49ec2df7e48
Date: 2013-02-18 13:34 +0100
http://bitbucket.org/pypy/pypy/changeset/a49ec2df7e48/

Log:    typo

diff --git a/rpython/bin/translatorshell.py b/rpython/bin/translatorshell.py
--- a/rpython/bin/translatorshell.py
+++ b/rpython/bin/translatorshell.py
@@ -16,7 +16,7 @@
 
     t.rtype()                          # use low level operations 
     lib = t.compile_c()                # C compilation as a library
-    f = get_c_function(lib, f)         # get the function out of the library
+    f = get_c_function(lib, func)      # get the function out of the library
     assert f(arg) == func(arg)         # sanity check (for C)
 
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to