[Zodb-checkins] SVN: ZODB/trunk/src/BTrees/_IFBTree.c fix busted comment

Fred L. Drake, Jr. fdrake at gmail.com
Mon Apr 17 15:13:42 EDT 2006


Log message for revision 67074:
  fix busted comment

Changed:
  U   ZODB/trunk/src/BTrees/_IFBTree.c

-=-
Modified: ZODB/trunk/src/BTrees/_IFBTree.c
===================================================================
--- ZODB/trunk/src/BTrees/_IFBTree.c	2006-04-17 11:36:33 UTC (rev 67073)
+++ ZODB/trunk/src/BTrees/_IFBTree.c	2006-04-17 19:13:39 UTC (rev 67074)
@@ -14,10 +14,10 @@
 
 #define MASTER_ID "$Id$\n"
 
-/* IIBTree - int key, int value BTree
+/* IFBTree - int key, float value BTree
 
    Implements a collection using int type keys
-   and int type values
+   and float type values
 */
 
 /* Setup template macros */



More information about the Zodb-checkins mailing list