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 2011/04/05 00:14:05 UTC

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

Author: philip
Date: Mon Apr  4 22:14:04 2011
New Revision: 1088804

URL: http://svn.apache.org/viewvc?rev=1088804&view=rev
Log:
* subversion/libsvn_wc/adm_ops.c (revert_internal): Fix typo in comment.

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=1088804&r1=1088803&r2=1088804&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/adm_ops.c (original)
+++ subversion/trunk/subversion/libsvn_wc/adm_ops.c Mon Apr  4 22:14:04 2011
@@ -1815,11 +1815,10 @@ revert_internal(svn_wc__db_t *db,
                                                 pool));
 
   /* The user may expect svn_depth_files/svn_depth_immediates to work
-     on copied dirs with one level of children children.  It doesn't,
-     the user will get an error and will need to invoke an infinite
-     revert.  If we identified those cases where svn_depth_infinity
-     would not revert too much we could invoke the recursive call
-     above. */
+     on copied dirs with one level of children.  It doesn't, the user
+     will get an error and will need to invoke an infinite revert.  If
+     we identified those cases where svn_depth_infinity would not
+     revert too much we could invoke the recursive call above. */
 
   if (depth == svn_depth_files || depth == svn_depth_immediates)
     return svn_error_return(new_revert_partial(db, revert_root, local_abspath,