Author: stefan2
Date: Sun Oct 19 00:23:25 2014
New Revision: 1632871
URL: http://svn.apache.org/r1632871
Log:
* subversion/tests/libsvn_fs_fs/fs-fs-private-test.c
(dump_index): Correct comment. No functional change.
Modified:
subversion/trunk/subversion/tests/libsvn_fs_fs/fs-fs-private-test.c
Modified: subversion/trunk/subversion/tests/libsvn_fs_fs/fs-fs-private-test.c
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/libsvn_fs_fs/fs-fs-private-test.c?rev=1632871&r1=1632870&r2=1632871&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_fs_fs/fs-fs-private-test.c
(original)
+++ subversion/trunk/subversion/tests/libsvn_fs_fs/fs-fs-private-test.c Sun Oct
19 00:23:25 2014
@@ -331,7 +331,7 @@ dump_index(const svn_test_opts_t *opts,
/* Create a filesystem */
SVN_ERR(create_greek_repo(&repos, &rev, opts, REPO_NAME, pool, pool));
- /* Gather statistics info on that repo. */
+ /* Read the index data for REV from that repo. */
baton.invocations = 0;
baton.offset = 0;
baton.revision = rev;