Author: stefan2
Date: Fri Feb 13 11:54:32 2015
New Revision: 1659525
URL: http://svn.apache.org/r1659525
Log:
On the fsx-1.10 branch:
* subversion/libsvn_fs_x/dag_cache.c
(walk_dag_path): Update commentary. No functional change.
Modified:
subversion/branches/fsx-1.10/subversion/libsvn_fs_x/dag_cache.c
Modified: subversion/branches/fsx-1.10/subversion/libsvn_fs_x/dag_cache.c
URL:
http://svn.apache.org/viewvc/subversion/branches/fsx-1.10/subversion/libsvn_fs_x/dag_cache.c?rev=1659525&r1=1659524&r2=1659525&view=diff
==============================================================================
--- subversion/branches/fsx-1.10/subversion/libsvn_fs_x/dag_cache.c (original)
+++ subversion/branches/fsx-1.10/subversion/libsvn_fs_x/dag_cache.c Fri Feb 13
11:54:32 2015
@@ -681,9 +681,7 @@ walk_dag_path(dag_node_t **node_p,
SVN_ERR(svn_fs_x__root_node(&here, root, scratch_pool, iterpool));
path->len = 0;
- /* Whenever we are at the top of this loop:
- - HERE is our current directory,
- - REST is the path we're going to find in HERE. */
+ /* Walk the path segment by segment. */
for (entry = next_entry_name(path, entry_buffer);
entry;
entry = next_entry_name(path, entry_buffer))