[pypy-svn] r20951 - pypy/dist/pypy/translator/c

ale at codespeak.net ale at codespeak.net
Fri Dec 9 17:50:46 CET 2005


Author: ale
Date: Fri Dec  9 17:50:45 2005
New Revision: 20951

Modified:
   pypy/dist/pypy/translator/c/stackless.py
Log:

typo


Modified: pypy/dist/pypy/translator/c/stackless.py
==============================================================================
--- pypy/dist/pypy/translator/c/stackless.py	(original)
+++ pypy/dist/pypy/translator/c/stackless.py	Fri Dec  9 17:50:45 2005
@@ -23,7 +23,7 @@
         # start the decoding table with entries for the functions that
         # are written manually in ll_stackless.h
         def reg(llfn):
-            """Register the given ll_ primitive function as being able to unwing
+            """Register the given ll_ primitive function as being able to unwind
             the stack.  Required to compute 'can_reach_unwind' correctly."""
             assert llfn.suggested_primitive
             self.stackless_roots[llfn] = True



More information about the Pypy-commit mailing list