diff options
Diffstat (limited to 'core/list.h')
| -rw-r--r-- | core/list.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/list.h b/core/list.h index 0cad6038f..a67287a9a 100644 --- a/core/list.h +++ b/core/list.h @@ -180,7 +180,7 @@ private: public: /** - * return an const iterator to the beginning of the list. + * return a const iterator to the beginning of the list. */ _FORCE_INLINE_ const Element *front() const { @@ -195,7 +195,7 @@ public: }; /** - * return an const iterator to the last member of the list. + * return a const iterator to the last member of the list. */ _FORCE_INLINE_ const Element *back() const { |
