[pypy-svn] r51440 - pypy/dist/pypy/rpython/lltypesystem

arigo at codespeak.net arigo at codespeak.net
Wed Feb 13 17:04:38 CET 2008


Author: arigo
Date: Wed Feb 13 17:04:34 2008
New Revision: 51440

Modified:
   pypy/dist/pypy/rpython/lltypesystem/lltype.py
Log:
Fix comment.


Modified: pypy/dist/pypy/rpython/lltypesystem/lltype.py
==============================================================================
--- pypy/dist/pypy/rpython/lltypesystem/lltype.py	(original)
+++ pypy/dist/pypy/rpython/lltypesystem/lltype.py	Wed Feb 13 17:04:34 2008
@@ -1513,8 +1513,8 @@
 assert not '__dict__' in dir(_struct)
 
 
-class _subarray(_parentable):     # only for cast_subarray_pointer()
-                                  # and cast_structfield_pointer()
+class _subarray(_parentable):     # only for direct_fieldptr()
+                                  # and direct_arrayitems()
     _kind = "subarray"
     _cache = weakref.WeakKeyDictionary()  # parentarray -> {subarrays}
 



More information about the Pypy-commit mailing list