Skip to content

Commit

Permalink
Fix typo in hamt.c comments (#5478)
Browse files Browse the repository at this point in the history
  • Loading branch information
delimitry authored and 1st1 committed Feb 2, 2018
1 parent 3d4dbd8 commit 01a0cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/hamt.c
Expand Up @@ -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 *)
Expand Down

0 comments on commit 01a0cb8

Please sign in to comment.