aboutsummaryrefslogtreecommitdiff
path: root/include/SafeVector.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/SafeVector.hpp')
-rw-r--r--include/SafeVector.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/SafeVector.hpp b/include/SafeVector.hpp
index cea9cb9..916b547 100644
--- a/include/SafeVector.hpp
+++ b/include/SafeVector.hpp
@@ -21,7 +21,7 @@ public:
}
// Might not remove the data immediately if inside for_each loop.
- // In that case the item is remove at the end of the loop.
+ // In that case the item is removed at the end of the loop.
void remove(PointerType item_to_remove) {
if(for_each_depth == 0)
remove_item(item_to_remove);