[pypy-svn] r66851 - pypy/trunk/pypy/rlib

benjamin at codespeak.net benjamin at codespeak.net
Sat Aug 15 21:27:54 CEST 2009


Author: benjamin
Date: Sat Aug 15 21:27:53 2009
New Revision: 66851

Modified:
   pypy/trunk/pypy/rlib/rarithmetic.py
Log:
typo

Modified: pypy/trunk/pypy/rlib/rarithmetic.py
==============================================================================
--- pypy/trunk/pypy/rlib/rarithmetic.py	(original)
+++ pypy/trunk/pypy/rlib/rarithmetic.py	Sat Aug 15 21:27:53 2009
@@ -5,7 +5,7 @@
 such that before and after translation semantics are
 consistent
 
-r_uint   an unsigned integer which has not overflow
+r_uint   an unsigned integer which has no overflow
          checking. It is always positive and always
          truncated to the internal machine word size.
 intmask  mask a possibly long value when running on CPython



More information about the Pypy-commit mailing list