diff --git a/headers/private/kernel/util/OpenHashTable.h b/headers/private/kernel/util/OpenHashTable.h index 7fabfe3162..3c804dfd92 100644 --- a/headers/private/kernel/util/OpenHashTable.h +++ b/headers/private/kernel/util/OpenHashTable.h @@ -344,7 +344,7 @@ public: return true; } - /*! \brief Iterator for BOpenHashMap + /*! \brief Iterator for BOpenHashTable The iterator is not invalidated when removing the current element from the table, unless the removal triggers a resize.