You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2010/12/02 17:09:11 UTC

svn commit: r1041426 - /subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c

Author: danielsh
Date: Thu Dec  2 16:09:11 2010
New Revision: 1041426

URL: http://svn.apache.org/viewvc?rev=1041426&view=rev
Log:
* subversion/libsvn_fs_fs/fs_fs.c
  (pack_shard):  Further tweak a comment to update a now-out-of-date pointer.

Modified:
    subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c

Modified: subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c?rev=1041426&r1=1041425&r2=1041426&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c (original)
+++ subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c Thu Dec  2 16:09:11 2010
@@ -7607,7 +7607,7 @@ pack_shard(const char *revs_dir,
 
   /* Update the min-unpacked-rev file to reflect our newly packed shard.
    * (This doesn't update ffd->min_unpacked_rev.  That will be updated by
-   * open_pack_or_rev_file() when necessary.) */
+   * update_min_unpacked_rev() when necessary.) */
   final_path = svn_dirent_join(fs_path, PATH_MIN_UNPACKED_REV, iterpool);
   SVN_ERR(svn_stream_open_unique(&tmp_stream, &tmp_path, fs_path,
                                    svn_io_file_del_none, iterpool, iterpool));