You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2013/03/28 18:30:47 UTC

svn commit: r1462221 - /subversion/trunk/subversion/include/svn_client.h

Author: philip
Date: Thu Mar 28 17:30:47 2013
New Revision: 1462221

URL: http://svn.apache.org/r1462221
Log:
* subversion/include/svn_client.h (svn_client_propget5): Tweak docstring.

Modified:
    subversion/trunk/subversion/include/svn_client.h

Modified: subversion/trunk/subversion/include/svn_client.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_client.h?rev=1462221&r1=1462220&r2=1462221&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_client.h (original)
+++ subversion/trunk/subversion/include/svn_client.h Thu Mar 28 17:30:47 2013
@@ -4991,8 +4991,9 @@ svn_client_revprop_set(const char *propn
  * #svn_prop_inherited_item_t->path_or_url members are absolute working copy
  * paths.
  *
- * Allocate @a *props, its keys, and its values in @a pool, use
- * @a scratch_pool for temporary allocations.
+ * Allocate @a *props and its keys and values, and @a *inherited_props
+ * and its elements, in @a result_pool, use @a scratch_pool for
+ * temporary allocations.
  *
  * @a target is a WC absolute path or a URL.
  *