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 2015/01/29 16:45:07 UTC

svn commit: r1655711 - /subversion/trunk/subversion/libsvn_client/prop_commands.c

Author: brane
Date: Thu Jan 29 15:45:07 2015
New Revision: 1655711

URL: http://svn.apache.org/r1655711
Log:
Fix docstring; no functional change.

* subversion/libsvn_client/prop_commands.c
  (svn_client_revprop_set2): The docstring referred to parameters
   RA_LIB and SESSION, neither of which exist; mention RA_SESSION
   instead.

Modified:
    subversion/trunk/subversion/libsvn_client/prop_commands.c

Modified: subversion/trunk/subversion/libsvn_client/prop_commands.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/prop_commands.c?rev=1655711&r1=1655710&r2=1655711&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/prop_commands.c (original)
+++ subversion/trunk/subversion/libsvn_client/prop_commands.c Thu Jan 29 15:45:07 2015
@@ -529,9 +529,10 @@ svn_client_revprop_set2(const char *prop
 
 /* Helper for the remote case of svn_client_propget.
  *
- * If PROPS is not null, then get the value of property PROPNAME in REVNUM,
-   using RA_LIB and SESSION.  Store the value ('svn_string_t *') in PROPS,
-   under the path key "TARGET_PREFIX/TARGET_RELATIVE" ('const char *').
+ * If PROPS is not null, then get the value of property PROPNAME in
+ * REVNUM, using RA_SESSION.  Store the value ('svn_string_t *') in
+ * PROPS, under the path key "TARGET_PREFIX/TARGET_RELATIVE"
+ * ('const char *').
  *
  * If INHERITED_PROPS is not null, then set *INHERITED_PROPS to a
  * depth-first ordered array of svn_prop_inherited_item_t * structures