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)