From 88266edd43e76fb7e4305d824008115181967509 Mon Sep 17 00:00:00 2001 From: Amir Abrams Date: Tue, 23 Oct 2018 22:22:13 -0500 Subject: [PATCH] Update comment in put_mutable_item Trivial update to a comment in put_mutable_item. --- src/kademlia/dht_storage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kademlia/dht_storage.cpp b/src/kademlia/dht_storage.cpp index a885c3656..b35fef725 100644 --- a/src/kademlia/dht_storage.cpp +++ b/src/kademlia/dht_storage.cpp @@ -455,7 +455,7 @@ namespace { } else { - // this is the case where we already + // this is the case where we already have an item in this slot dht_mutable_item& item = i->second; if (item.seq < seq)