diff options
Diffstat (limited to 'sw/inc/ring.hxx')
-rw-r--r-- | sw/inc/ring.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/ring.hxx b/sw/inc/ring.hxx index 3a57d9e19ce5..86943939497d 100644 --- a/sw/inc/ring.hxx +++ b/sw/inc/ring.hxx @@ -227,7 +227,7 @@ namespace sw value_type& dereference() const { return m_pCurrent ? *m_pCurrent : * m_pStart; } /** - * value_type is is: + * value_type is: * - pointing to the current item in the iteration in general * - nullptr if on the first item (begin()) * - m_pStart when beyond the last item (end()) |