You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by gs...@apache.org on 2010/06/03 23:29:07 UTC

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

Author: gstein
Date: Thu Jun  3 21:29:07 2010
New Revision: 951164

URL: http://svn.apache.org/viewvc?rev=951164&view=rev
Log:
* subversion/libsvn_wc/adm_ops.c:
  (svn_wc__internal_remove_from_revision_control): tweak/fix 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=951164&r1=951163&r2=951164&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/adm_ops.c (original)
+++ subversion/trunk/subversion/libsvn_wc/adm_ops.c Thu Jun  3 21:29:07 2010
@@ -2488,7 +2488,7 @@ svn_wc__internal_remove_from_revision_co
 
 #ifdef SVN_EXPERIMENTAL_PRISTINE
       /* Find the checksum(s) of the node's one or two pristine texts.  Note
-         that read_info() may give us the one from WORKING_NODE again. */
+         that read_info() may give us the one from BASE_NODE again. */
       err = svn_wc__db_base_get_info(NULL, NULL, NULL, NULL, NULL, NULL,
                                      NULL, NULL, NULL, NULL, NULL,
                                      &base_sha1_checksum,