[Zodb-checkins] CVS: ZODB3/BDBStorage - _helper.c:1.4
   
    Barry Warsaw
     
    barry@wooz.org
       
    Mon, 20 Jan 2003 17:17:05 -0500
    
    
  
Update of /cvs-repository/ZODB3/BDBStorage
In directory cvs.zope.org:/tmp/cvs-serv12213
Modified Files:
	_helper.c 
Log Message:
Minor commential change.
=== ZODB3/BDBStorage/_helper.c 1.3 => 1.4 ===
--- ZODB3/BDBStorage/_helper.c:1.3	Sat Nov  9 00:44:05 2002
+++ ZODB3/BDBStorage/_helper.c	Mon Jan 20 17:17:01 2003
@@ -16,8 +16,8 @@
 
 /* This helper only works for Python 2.2 and beyond.  If we're using an
  * older version of Python, stop out now so we don't leave a broken, but
- * compiled and importable module laying about.  Full.py has a workaround
- * for when this extension isn't available.
+ * compiled and importable module laying about.  BDBFullStorage.py has a
+ * workaround for when this extension isn't available.
  */
 #if PY_VERSION_HEX < 0x020200F0
 #error "Must be using at least Python 2.2"