You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2012/12/21 17:54:47 UTC

svn commit: r1425031 - /subversion/trunk/subversion/libsvn_wc/wc_db_update_move.c

Author: philip
Date: Fri Dec 21 16:54:46 2012
New Revision: 1425031

URL: http://svn.apache.org/viewvc?rev=1425031&view=rev
Log:
* subversion/libsvn_wc/wc_db_update_move.h (check_tree_conflic): Typo.

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

Modified: subversion/trunk/subversion/libsvn_wc/wc_db_update_move.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc_db_update_move.c?rev=1425031&r1=1425030&r2=1425031&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc_db_update_move.c (original)
+++ subversion/trunk/subversion/libsvn_wc/wc_db_update_move.c Fri Dec 21 16:54:46 2012
@@ -75,7 +75,7 @@ struct tc_editor_baton {
   apr_pool_t *result_pool;
 };
 
-/* If LOCAL_ABSPATH is shadowed then raise a tree-conflict on the root
+/* If LOCAL_RELPATH is shadowed then raise a tree-conflict on the root
    of the obstruction if such a tree-conflict does not already exist. */
 static svn_error_t *
 check_tree_conflict(svn_boolean_t *is_conflicted,