Author: philip Date: Fri Jun 24 14:38:02 2011 New Revision: 1139330 URL: http://svn.apache.org/viewvc?rev=1139330&view=rev Log: * subversion/libsvn_repos/log.c (get_paths_history_as_mergeinfo): Tweak comment.
Modified: subversion/trunk/subversion/libsvn_repos/log.c Modified: subversion/trunk/subversion/libsvn_repos/log.c URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_repos/log.c?rev=1139330&r1=1139329&r2=1139330&view=diff ============================================================================== --- subversion/trunk/subversion/libsvn_repos/log.c (original) +++ subversion/trunk/subversion/libsvn_repos/log.c Fri Jun 24 14:38:02 2011 @@ -1943,7 +1943,7 @@ get_paths_history_as_mergeinfo(svn_merge SVN_ERR_ASSERT(SVN_IS_VALID_REVNUM(start_rev)); SVN_ERR_ASSERT(SVN_IS_VALID_REVNUM(end_rev)); - /* Ensure START_REV is the oldest revision, as required by + /* Ensure START_REV is the youngest revision, as required by svn_repos_node_location_segments, for which this is an iterative wrapper. */ if (start_rev < end_rev)