Kaydet (Commit) 01a0cb89 authored tarafından Dmitry Alimov's avatar Dmitry Alimov Kaydeden (comit) Yury Selivanov

Fix typo in hamt.c comments (#5478)

üst 3d4dbd8f
...@@ -1476,7 +1476,7 @@ hamt_node_collision_without(PyHamtNode_Collision *self, ...@@ -1476,7 +1476,7 @@ hamt_node_collision_without(PyHamtNode_Collision *self,
if (new_count == 1) { if (new_count == 1) {
/* The node has two keys, and after deletion the /* The node has two keys, and after deletion the
new Collision node would have one. Collision nodes 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. Bitmap node.
*/ */
PyHamtNode_Bitmap *node = (PyHamtNode_Bitmap *) PyHamtNode_Bitmap *node = (PyHamtNode_Bitmap *)
......
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