Browse Source

*** empty log message ***

Joe Shochet 24 years ago
parent
commit
15c40e0f30
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/distributed/CRCache.py

+ 1 - 1
direct/src/distributed/CRCache.py

@@ -19,7 +19,7 @@ class CRCache:
         CRCache.notify.debug("Flushing the cache")
         for distObj in self.dict.values():
             distObj.delete()
-        # Null out all references to the objects so they will get gc'd
+        # Null out all references to the objects so they will get gcd
         self.dict = {}
         self.fifo = []