Kaydet (Commit) d13501f1 authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

typo

Change-Id: I5f6b2136f4eb5cdb4825a3df3fc7d2015d8a3d85
üst bf4eca5b
...@@ -180,7 +180,7 @@ namespace sw ...@@ -180,7 +180,7 @@ namespace sw
/** /**
* Merges two ring containers. All item from both ring containers will * Merges two ring containers. All item from both ring containers will
* be in the same ring container in the end. * be in the same ring container in the end.
* Note: value_typehe items of this ring container will be inserted just before * Note: The items of this ring container will be inserted just before
* item pDestRing * item pDestRing
* @param pDestRing the container to merge this container with * @param pDestRing the container to merge this container with
*/ */
...@@ -227,7 +227,7 @@ namespace sw ...@@ -227,7 +227,7 @@ namespace sw
value_type& dereference() const value_type& dereference() const
{ return m_pCurrent ? *m_pCurrent : * m_pStart; } { return m_pCurrent ? *m_pCurrent : * m_pStart; }
/** /**
* value_typehis is: * value_type is is:
* - pointing to the current item in the iteration in general * - pointing to the current item in the iteration in general
* - nullptr if on the first item (begin()) * - nullptr if on the first item (begin())
* - m_pStart when beyond the last item (end()) * - m_pStart when beyond the last item (end())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment