ChugR commented on a change in pull request #1075:
URL: https://github.com/apache/qpid-dispatch/pull/1075#discussion_r596001818



##########
File path: src/hash.c
##########
@@ -174,6 +194,15 @@ static qd_hash_item_t *qd_hash_internal_insert(qd_hash_t 
*h, bucket_t *bucket, u
         *handle = new_qd_hash_handle_t();
         (*handle)->bucket = bucket;
         (*handle)->item   = item;
+
+        //
+        // There is ever only one hash_handle that points to an item.
+        // We will store than hash_handle in the item itself because

Review comment:
       s/than/that/




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to