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 2010/03/18 11:41:04 UTC

svn commit: r924693 - /subversion/trunk/subversion/include/svn_wc.h

Author: julianfoad
Date: Thu Mar 18 10:41:04 2010
New Revision: 924693

URL: http://svn.apache.org/viewvc?rev=924693&view=rev
Log:
Parameter name and doc string fixes.

* subversion/include/svn_wc.h
  (svn_wc_get_update_editor4): Rename a parameter to match the doc string,
    function definition and svn_wc_get_switch_editor4().
  (svn_wc_get_switch_editor4): Remove a spurious bit of the doc string, and
    re-word another part to match svn_wc_get_update_editor4().

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

Modified: subversion/trunk/subversion/include/svn_wc.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_wc.h?rev=924693&r1=924692&r2=924693&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_wc.h (original)
+++ subversion/trunk/subversion/include/svn_wc.h Thu Mar 18 10:41:04 2010
@@ -5259,7 +5259,7 @@ svn_wc_get_update_editor4(const svn_delt
                           void **edit_baton,
                           svn_revnum_t *target_revision,
                           svn_wc_context_t *wc_ctx,
-                          const char *local_abspath,
+                          const char *anchor_abspath,
                           const char *target_basename,
                           svn_boolean_t use_commit_times,
                           svn_depth_t depth,
@@ -5382,14 +5382,11 @@ svn_wc_get_update_editor(svn_revnum_t *t
  * @a target_basename is the entry in @a anchor_abspath that will actually be
  * updated, or the empty string if all of @a anchor_abspath should be updated.
  *
- * @a target is the entry in @a anchor that will actually be updated, or
- * empty if all of @a anchor should be updated.
- *
  * The editor invokes @a notify_func with @a notify_baton as the switch
  * progresses, if @a notify_func is non-NULL.
  *
- * If @a cancel_func is non-NULL, it will be called with @a cancel_baton as
- * the switch progresses to determine if it should continue.
+ * If @a cancel_func is non-NULL, the editor will invoke @a cancel_func with
+ * @a cancel_baton as the switch progresses to see if it should continue.
  *
  * If @a conflict_func is non-NULL, then invoke it with @a
  * conflict_baton whenever a conflict is encountered, giving the