[pypy-commit] pypy default: typo

arigo noreply at buildbot.pypy.org
Thu Mar 6 09:10:07 CET 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r69750:2186a2662299
Date: 2014-03-06 09:09 +0100
http://bitbucket.org/pypy/pypy/changeset/2186a2662299/

Log:	typo

diff --git a/rpython/translator/c/genc.py b/rpython/translator/c/genc.py
--- a/rpython/translator/c/genc.py
+++ b/rpython/translator/c/genc.py
@@ -740,7 +740,7 @@
     print >> f, "#endif"
 
 def gen_preimpl(f, database):
-    f.write('#ifndef _PY_PREIMPLE_H\n#define _PY_PREIMPL_H\n')
+    f.write('#ifndef _PY_PREIMPL_H\n#define _PY_PREIMPL_H\n')
     if database.translator is None or database.translator.rtyper is None:
         return
     preimplementationlines = pre_include_code_lines(


More information about the pypy-commit mailing list