Fix typo in hamt.c comments (#5478)

This commit is contained in:
Dmitry Alimov 2018-02-02 05:59:48 +03:00 committed by Yury Selivanov
parent 3d4dbd8f01
commit 01a0cb8916
1 changed files with 1 additions and 1 deletions

View File

@ -1476,7 +1476,7 @@ hamt_node_collision_without(PyHamtNode_Collision *self,
if (new_count == 1) {
/* The node has two keys, and after deletion the
new Collision node would have one. Collision nodes
with one key shouldn't exist, co convert it to a
with one key shouldn't exist, so convert it to a
Bitmap node.
*/
PyHamtNode_Bitmap *node = (PyHamtNode_Bitmap *)