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/11/05 00:56:10 UTC

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

Author: julianfoad
Date: Thu Nov  4 23:56:10 2010
New Revision: 1031356

URL: http://svn.apache.org/viewvc?rev=1031356&view=rev
Log:
* subversion/include/svn_wc.h
  (svn_wc_remove_from_revision_control2): Fix parameter name in doc string.

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=1031356&r1=1031355&r2=1031356&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_wc.h (original)
+++ subversion/trunk/subversion/include/svn_wc.h Thu Nov  4 23:56:10 2010
@@ -4458,9 +4458,9 @@ svn_wc_add_repos_file(const char *dst_pa
  * hold a write lock.
  *
  * If @a local_abspath is a file, all its info will be removed from the
- * administrative area.  If @a name is a directory, then the administrative
- * area will be deleted, along with *all* the administrative areas anywhere
- * in the tree below @a adm_access.
+ * administrative area.  If @a local_abspath is a directory, then the
+ * administrative area will be deleted, along with *all* the administrative
+ * areas anywhere in the tree below @a adm_access.
  *
  * Normally, only administrative data is removed.  However, if
  * @a destroy_wf is TRUE, then all working file(s) and dirs are deleted