[pypy-commit] pypy optresult: fix the spelling

fijal noreply at buildbot.pypy.org
Fri Jun 5 12:43:44 CEST 2015


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: optresult
Changeset: r77900:ef3f82932eea
Date: 2015-06-05 12:43 +0200
http://bitbucket.org/pypy/pypy/changeset/ef3f82932eea/

Log:	fix the spelling

diff --git a/rpython/jit/codewriter/heaptracker.py b/rpython/jit/codewriter/heaptracker.py
--- a/rpython/jit/codewriter/heaptracker.py
+++ b/rpython/jit/codewriter/heaptracker.py
@@ -151,7 +151,7 @@
         FIELD = getattr(STRUCT, name)
         if FIELD is lltype.Void:
             continue
-        if name.startswith('_pad'):
+        if name.startswith('c__pad'):
             continue
         if name == 'typeptr':
             continue # dealt otherwise


More information about the pypy-commit mailing list