Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r238:b7104acf55fd
Date: 2013-06-22 18:24 +0200
http://bitbucket.org/pypy/stmgc/changeset/b7104acf55fd/

Log:    typo

diff --git a/c4/stmgc.h b/c4/stmgc.h
--- a/c4/stmgc.h
+++ b/c4/stmgc.h
@@ -31,7 +31,7 @@
 
 /* returns a never changing hash for the object */
 revision_t stm_hash(gcptr);
-/* returns an for the object which is unique during its lifetime */
+/* returns a number for the object which is unique during its lifetime */
 revision_t stm_id(gcptr);
 /* returns nonzero if the two object-copy pointers belong to the
 same original object */
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to