Skip to content

Commit

Permalink
Update pht.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ovari authored and aberaud committed Dec 19, 2024
1 parent 4c98f7c commit 23af860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/opendht/indexation/pht.h
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ class OPENDHT_PUBLIC Pht {

/**
* This mutlimap contains all prefix insert in the tree in time order
* We could then delete the last one if there is too many nodes
* We could then delete the last one if there are too many nodes
* The tree will self destroy is branch ( thanks to share_ptr )
*/
std::multimap<time_point, std::shared_ptr<Node>> leaves_;
Expand Down

0 comments on commit 23af860

Please sign in to comment.