]> granicus.if.org Git - python/commitdiff
Fix typo in hamt.c comments (#5478)
authorDmitry Alimov <dvalimov@gmail.com>
Fri, 2 Feb 2018 02:59:48 +0000 (05:59 +0300)
committerYury Selivanov <yury@magic.io>
Fri, 2 Feb 2018 02:59:48 +0000 (21:59 -0500)
Python/hamt.c

index 38f76d11e3eb87aa9f1a4dc22f3cbd45cee831c8..8998dbd76d2efabf3096e82d8d8b939decc1b114 100644 (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 *)