[Zope-Checkins] CVS: ZODB3/BTrees - _fsBTree.c:1.7
Christian Reis
kiko at async.com.br
Wed Sep 3 14:14:26 EDT 2003
Update of /cvs-repository/ZODB3/BTrees
In directory cvs.zope.org:/tmp/cvs-serv8284
Modified Files:
_fsBTree.c
Log Message:
Fix typos in comment
=== ZODB3/BTrees/_fsBTree.c 1.6 => 1.7 ===
--- ZODB3/BTrees/_fsBTree.c:1.6 Fri Apr 4 16:41:54 2003
+++ ZODB3/BTrees/_fsBTree.c Wed Sep 3 13:14:25 2003
@@ -1,7 +1,7 @@
/* fsBTree - FileStorage index BTree
- This BTree implments a mapping from 2-character strings
- to six-character strings. This allows us to effieciently store
+ This BTree implements a mapping from 2-character strings
+ to six-character strings. This allows us to efficiently store
a FileStorage index as a nested mapping of 6-character oid prefix
to mapping of 2-character oid suffix to 6-character (byte) file
positions.
More information about the Zope-Checkins
mailing list