You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2013/07/29 14:23:10 UTC

svn commit: r1508006 - in /subversion/trunk: ./ subversion/include/svn_sorts.h

Author: stefan2
Date: Mon Jul 29 12:23:10 2013
New Revision: 1508006

URL: http://svn.apache.org/r1508006
Log:
Merge the docstring improvement of r1471208 from /branches/fsfs-format7.
No functional change.

Modified:
    subversion/trunk/   (props changed)
    subversion/trunk/subversion/include/svn_sorts.h

Propchange: subversion/trunk/
------------------------------------------------------------------------------
  Merged /subversion/branches/fsfs-format7:r1471208

Modified: subversion/trunk/subversion/include/svn_sorts.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_sorts.h?rev=1508006&r1=1508005&r2=1508006&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_sorts.h (original)
+++ subversion/trunk/subversion/include/svn_sorts.h Mon Jul 29 12:23:10 2013
@@ -174,7 +174,8 @@ svn_sort__hash(apr_hash_t *ht,
 /* Return the lowest index at which the element @a *key should be inserted into
  * the array @a array, according to the ordering defined by @a compare_func.
  * The array must already be sorted in the ordering defined by @a compare_func.
- * @a compare_func is defined as for the C stdlib function bsearch().
+ * @a compare_func is defined as for the C stdlib function bsearch(); the
+ * @a key will always passed to it as the second parameter.
  *
  * @note Private. For use by Subversion's own code only.
  */