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/09 11:24:24 UTC

svn commit: r920774 - /subversion/trunk/subversion/libsvn_wc/adm_ops.c

Author: julianfoad
Date: Tue Mar  9 10:24:24 2010
New Revision: 920774

URL: http://svn.apache.org/viewvc?rev=920774&view=rev
Log:
* subversion/libsvn_wc/adm_ops.c
  (mark_tree_copied, mark_tree_deleted): Fix typos in doc strings.

Modified:
    subversion/trunk/subversion/libsvn_wc/adm_ops.c

Modified: subversion/trunk/subversion/libsvn_wc/adm_ops.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/adm_ops.c?rev=920774&r1=920773&r2=920774&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/adm_ops.c (original)
+++ subversion/trunk/subversion/libsvn_wc/adm_ops.c Tue Mar  9 10:24:24 2010
@@ -789,7 +789,7 @@ svn_wc_process_committed4(const char *pa
 
 
 
-/* Recursively mark a tree LOCAL_ABSPATH with SCHEDULE svn_wc_schedule_delete
+/* Recursively mark a tree DIR_ABSPATH with schedule svn_wc_schedule_delete
    and a KEEP_LOCAL flag. */
 /* ### If the implementation looks familiar to mark_tree_copied(), that is not
        strictly coincidence. The function was duplicated, to make it easier to
@@ -1256,7 +1256,7 @@ svn_wc_get_ancestry2(const char **url,
                                   result_pool, scratch_pool));
 }
 
-/* Recursively mark a tree LOCAL_ABSPATH with a COPIED flag, skip items
+/* Recursively mark a tree DIR_ABSPATH with a COPIED flag, skip items
    scheduled for deletion. */
 /* ### If the implementation looks familiar to mark_tree_deleted(), that
        is not strictly coincidence. The function was duplicated, to make it