diff src/data.c @ 456:e7ef97881643 r21-2-43

Import from CVS: tag r21-2-43
author cvs
date Mon, 13 Aug 2007 11:41:24 +0200
parents 3d3049ae1304
children c33ae14dd6d0
line wrap: on
line diff
--- a/src/data.c	Mon Aug 13 11:40:56 2007 +0200
+++ b/src/data.c	Mon Aug 13 11:41:24 2007 +0200
@@ -1943,7 +1943,7 @@
 Return a new weak list object of type TYPE.
 A weak list object is an object that contains a list.  This list behaves
 like any other list except that its elements do not count towards
-garbage collection -- if the only pointer to an object in inside a weak
+garbage collection -- if the only pointer to an object is inside a weak
 list (other than pointers in similar objects such as weak hash tables),
 the object is garbage collected and automatically removed from the list.
 This is used internally, for example, to manage the list holding the