diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/pool_type.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/pool_type.hpp b/src/core/pool_type.hpp index f19e44479..c703b7cdc 100644 --- a/src/core/pool_type.hpp +++ b/src/core/pool_type.hpp @@ -100,7 +100,7 @@ struct Pool : PoolBase { virtual void CleanPool(); /** - * Returs Titem with given index + * Returns Titem with given index * @param index of item to get * @return pointer to Titem * @pre index < this->first_unused @@ -234,7 +234,7 @@ struct Pool : PoolBase { } /** - * Returs Titem with given index + * Returns Titem with given index * @param index of item to get * @return pointer to Titem * @pre index < this->first_unused @@ -245,7 +245,7 @@ struct Pool : PoolBase { } /** - * Returs Titem with given index + * Returns Titem with given index * @param index of item to get * @return pointer to Titem * @note returns NULL for invalid index |