[Zodb-checkins] CVS: StandaloneZODB/BTrees - BTreeTemplate.c:1.28
Jeremy Hylton
jeremy@zope.com
Thu, 30 May 2002 14:30:00 -0400
Update of /cvs-repository/StandaloneZODB/BTrees
In directory cvs.zope.org:/tmp/cvs-serv22173
Modified Files:
BTreeTemplate.c
Log Message:
typo in comment
=== StandaloneZODB/BTrees/BTreeTemplate.c 1.27 => 1.28 ===
/* grew >0 if we changed the length of the BTree.
- If we got smaller and a a bucket got deleted, then
+ If we got smaller and a bucket got deleted, then
grew might be >1 to indicate that we need to adjust previous
bucket pointers, if we can.
*/