diff --git a/include/opendht/indexation/pht.h b/include/opendht/indexation/pht.h
index 171f5f342ff2181d56d6cd0d0fab2e120a83fcb2..cfc3382cc949a8cb4aeab31ed0279221fa4192ca 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 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_;