From d1aa4a429500c5bbc70a6dddd3153f12f0b079a8 Mon Sep 17 00:00:00 2001 From: PulkoMandy Date: Sat, 29 Apr 2023 22:41:51 +0200 Subject: [PATCH] Fix typo Change-Id: I38b5496f8f1afac24e41f3408b10371e932a47f5 --- headers/private/kernel/util/OpenHashTable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.