Update comment in put_mutable_item

Trivial update to a comment in put_mutable_item.
This commit is contained in:
Amir Abrams 2018-10-23 22:22:13 -05:00 committed by Arvid Norberg
parent 3fb05d77d8
commit 88266edd43
1 changed files with 1 additions and 1 deletions

View File

@ -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)