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

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

Author: breser
Date: Thu Mar 28 20:36:41 2013
New Revision: 1462295

URL: http://svn.apache.org/r1462295
Log:
Tweak docstring for svn_client_propget5().

* subversion/include/svn_client.h (svn_client_propget5): Use fewer ands.

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=1462295&r1=1462294&r2=1462295&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_client.h (original)
+++ subversion/trunk/subversion/include/svn_client.h Thu Mar 28 20:36:41 2013
@@ -4991,8 +4991,8 @@ svn_client_revprop_set(const char *propn
  * #svn_prop_inherited_item_t->path_or_url members are absolute working copy
  * paths.
  *
- * Allocate @a *props and its keys and values, and @a *inherited_props
- * and its elements, in @a result_pool, use @a scratch_pool for
+ * Allocate @a *props (including keys and values) and @a *inherited_props
+ * (including its elements) in @a result_pool, use @a scratch_pool for
  * temporary allocations.
  *
  * @a target is a WC absolute path or a URL.