Commit 82ec8e53 authored by Jeremy Hylton's avatar Jeremy Hylton

typo in comment

parent 3090b4b1
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
****************************************************************************/ ****************************************************************************/
#define BTREETEMPLATE_C "$Id: BTreeTemplate.c,v 1.27 2002/05/28 22:15:25 jim Exp $\n" #define BTREETEMPLATE_C "$Id: BTreeTemplate.c,v 1.28 2002/05/30 18:29:59 jeremy Exp $\n"
/* /*
** _BTree_get ** _BTree_get
...@@ -382,7 +382,7 @@ _BTree_set(BTree *self, PyObject *keyarg, PyObject *value, ...@@ -382,7 +382,7 @@ _BTree_set(BTree *self, PyObject *keyarg, PyObject *value,
if (grew < 0) goto err; if (grew < 0) goto err;
/* grew >0 if we changed the length of the BTree. /* 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 grew might be >1 to indicate that we need to adjust previous
bucket pointers, if we can. bucket pointers, if we can.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment