From 3a1ae34dd1c4f52b2a52dc0e9cbaf88cd07aab07 Mon Sep 17 00:00:00 2001 From: ovari <17465872+ovari@users.noreply.github.com> Date: Thu, 19 Dec 2024 19:06:28 +1100 Subject: [PATCH] Update pht.h --- include/opendht/indexation/pht.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/opendht/indexation/pht.h b/include/opendht/indexation/pht.h index 171f5f342..cfc3382cc 100644 --- a/include/opendht/indexation/pht.h +++ b/include/opendht/indexation/pht.h @@ -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> leaves_;