[pypy-svn] r24901 - pypy/branch/explicit-exceptions/translator/c

pedronis at codespeak.net pedronis at codespeak.net
Thu Mar 23 19:42:42 CET 2006


Author: pedronis
Date: Thu Mar 23 19:42:41 2006
New Revision: 24901

Modified:
   pypy/branch/explicit-exceptions/translator/c/exceptiontransform.py
Log:
typo.



Modified: pypy/branch/explicit-exceptions/translator/c/exceptiontransform.py
==============================================================================
--- pypy/branch/explicit-exceptions/translator/c/exceptiontransform.py	(original)
+++ pypy/branch/explicit-exceptions/translator/c/exceptiontransform.py	Thu Mar 23 19:42:41 2006
@@ -75,7 +75,7 @@
                                         self.exc_data.lltype_of_exception_value],
                                         lltype.Void)
         # XXX cannot really be called as a normal function, it wants to steal
-        # the argument reference away, so those should not be pop_alive (decrefed)
+        # the argument references away, so those should not be pop_alive (decrefed)
         self.rpyexc_raise_ptr = Constant(lltype.functionptr(
             RPYEXC_RAISE, "RPyRaiseException", external="C",
             neverraises=True, _callable=rpyexc_raise),



More information about the Pypy-commit mailing list