summaryrefslogtreecommitdiff
path: root/include/o3tl/enumarray.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/o3tl/enumarray.hxx')
-rw-r--r--include/o3tl/enumarray.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/o3tl/enumarray.hxx b/include/o3tl/enumarray.hxx
index 9b2f0543a521..c264c2f69615 100644
--- a/include/o3tl/enumarray.hxx
+++ b/include/o3tl/enumarray.hxx
@@ -34,7 +34,7 @@ class enumarray_iterator;
///
/// This assumes that the 'enum class' definition
/// - starts at zero
-/// - has no holes in it's sequence of values
+/// - has no holes in its sequence of values
/// - defines a value called LAST which refers to the greatest constant.
///
/// \param E the 'enum class' type.