You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2010/09/20 18:13:25 UTC

svn commit: r998980 - /subversion/trunk/subversion/libsvn_wc/entries.c

Author: rhuijben
Date: Mon Sep 20 16:13:24 2010
New Revision: 998980

URL: http://svn.apache.org/viewvc?rev=998980&view=rev
Log:
* subversion/libsvn_wc/entries.c
  (read_one_entry): Following up on r998968, tweak comment.

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

Modified: subversion/trunk/subversion/libsvn_wc/entries.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/entries.c?rev=998980&r1=998979&r2=998980&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/entries.c (original)
+++ subversion/trunk/subversion/libsvn_wc/entries.c Mon Sep 20 16:13:24 2010
@@ -709,8 +709,7 @@ read_one_entry(const svn_wc_entry_t **ne
         }
       else
         {
-          /* There was NOT a 'not-present' BASE_NODE in the parent
-             directory. And there is no BASE_NODE in this directory.
+          /* There is NO 'not-present' BASE_NODE for this node.
              Therefore, we are looking at some kind of add/copy
              rather than a replace.  */