You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2015/03/06 12:20:03 UTC

svn commit: r1664589 - /subversion/branches/move-tracking-2/subversion/include/svn_iter.h

Author: julianfoad
Date: Fri Mar  6 11:20:03 2015
New Revision: 1664589

URL: http://svn.apache.org/r1664589
Log:
On the 'move-tracking-2' branch: Fix a doc string.

* subversion/include/svn_iter.h
  (svn_array__sorted_first): Fix a doc string copy-and-paste error.

Modified:
    subversion/branches/move-tracking-2/subversion/include/svn_iter.h

Modified: subversion/branches/move-tracking-2/subversion/include/svn_iter.h
URL: http://svn.apache.org/viewvc/subversion/branches/move-tracking-2/subversion/include/svn_iter.h?rev=1664589&r1=1664588&r2=1664589&view=diff
==============================================================================
--- subversion/branches/move-tracking-2/subversion/include/svn_iter.h (original)
+++ subversion/branches/move-tracking-2/subversion/include/svn_iter.h Fri Mar  6 11:20:03 2015
@@ -316,8 +316,8 @@ svn_array__first(apr_pool_t *pool,
  * It is permissible to change the original array @a array during the
  * iteration.  Doing so will not affect the sequence of elements returned
  * by svn_array__next(), as svn_array__sorted_first() takes a snapshot of
- * pointers to the original keys and values.  The memory in which the
- * original keys and values of HT are stored must remain available during
+ * pointers to the original elements.  The memory in which the
+ * original elements of @a array are stored must remain available during
  * the iteration.
  */
 svn_iter_t *