From 68c257d22004de6cccc62f74bcabec5393c14be9 Mon Sep 17 00:00:00 2001 From: Dmitry Alimov Date: Thu, 1 Feb 2018 20:04:58 +0300 Subject: [PATCH] Fix typo in hamt.c comments --- Python/hamt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/hamt.c b/Python/hamt.c index 38f76d11e3eb87..8998dbd76d2efa 100644 --- a/Python/hamt.c +++ b/Python/hamt.c @@ -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 *)