[Zodb-checkins] CVS: Packages/StorageGC - CyclicGC.py:1.5

tim@digicool.com tim@digicool.com
Fri, 20 Apr 2001 03:18:25 -0400 (EDT)


Update of /cvs-repository/Packages/StorageGC
In directory korak:/tmp/cvs-serv32765/storagegc

Modified Files:
	CyclicGC.py 
Log Message:
Repaired a typo.



--- Updated File CyclicGC.py in package Packages/StorageGC --
--- CyclicGC.py	2001/04/20 06:41:05	1.4
+++ CyclicGC.py	2001/04/20 07:18:24	1.5
@@ -28,7 +28,7 @@
 # existed at the time of the CycleGC.start() call may no longer exist at
 # the time(s) CycleGC asks the storage for info about them.  "Robust"
 # means they must not raise an exception when passed an oid that no longer
-# exists.  It's suggested, but not required, that .trash() ignore a non-
+# exists.  It's suggested, but not required, that .gcTrash() ignore a non-
 # existent oid, .gcRefcount() return 0, and .gcReferences() an empty list.
 # XXX We're skating on thin ice here, under the assumption that CycleGC
 # XXX *can* be made safe despite never being told about any topology