From 4c98f7c8f42d9ac7e99579ed8616a4f0912e92ae Mon Sep 17 00:00:00 2001
From: ovari <17465872+ovari@users.noreply.github.com>
Date: Thu, 19 Dec 2024 19:04:25 +1100
Subject: [PATCH] pht.h: cleanup

---
 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 55ac1562..171f5f34 100644
--- a/include/opendht/indexation/pht.h
+++ b/include/opendht/indexation/pht.h
@@ -409,7 +409,7 @@ private:
 
         /**
          * This mutlimap contains all prefix insert in the tree in time order
-         * We could then delete the last one if there is too much node
+         * We could then delete the last one if there is too many nodes
          * The tree will self destroy is branch ( thanks to share_ptr )
          */
         std::multimap<time_point, std::shared_ptr<Node>> leaves_;
-- 
GitLab