Update comment in put_mutable_item
Trivial update to a comment in put_mutable_item.
This commit is contained in:
parent
3fb05d77d8
commit
88266edd43
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue