فهرست منبع

*** empty log message ***

Joe Shochet 24 سال پیش
والد
کامیت
15c40e0f30
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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")
         CRCache.notify.debug("Flushing the cache")
         for distObj in self.dict.values():
         for distObj in self.dict.values():
             distObj.delete()
             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.dict = {}
         self.fifo = []
         self.fifo = []