[pypy-commit] stmgc default: update comment

arigo noreply at buildbot.pypy.org
Tue Jan 20 12:59:02 CET 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r1554:9ba6ad56087a
Date: 2015-01-20 12:59 +0100
http://bitbucket.org/pypy/stmgc/changeset/9ba6ad56087a/

Log:	update comment

diff --git a/c7/stmgc.h b/c7/stmgc.h
--- a/c7/stmgc.h
+++ b/c7/stmgc.h
@@ -158,7 +158,7 @@
    The best is to use typedefs like above.
 
    The object_s part contains some fields reserved for the STM library.
-   Right now this is only one byte.
+   Right now this is only four bytes.
 */
 
 struct object_s {


More information about the pypy-commit mailing list