You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2015/01/06 15:05:15 UTC

svn commit: r1649805 - /subversion/trunk/subversion/libsvn_fs_x/fs_x.c

Author: stefan2
Date: Tue Jan  6 14:05:15 2015
New Revision: 1649805

URL: http://svn.apache.org/r1649805
Log:
Follow-up to r1649797:

* subversion/libsvn_fs_x/fs_x.c
  (write_revision_zero): Update comment. No functional change.

Modified:
    subversion/trunk/subversion/libsvn_fs_x/fs_x.c

Modified: subversion/trunk/subversion/libsvn_fs_x/fs_x.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_x/fs_x.c?rev=1649805&r1=1649804&r2=1649805&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_x/fs_x.c (original)
+++ subversion/trunk/subversion/libsvn_fs_x/fs_x.c Tue Jan  6 14:05:15 2015
@@ -863,7 +863,7 @@ write_revision_zero(svn_fs_t *fs,
   /* Write skeleton r0 to disk. */
   SVN_ERR(svn_io_file_create(path_revision_zero, r0->data, subpool));
 
-  /* Construct the index P2L contents: describe the 3 items we have.
+  /* Construct the index P2L contents: describe the 2 items we have.
      Be sure to create them in on-disk order. */
   index_entries = apr_array_make(subpool, 2, sizeof(entry));