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 2011/04/30 16:22:55 UTC

svn commit: r1098117 - /subversion/trunk/subversion/include/private/svn_mergeinfo_private.h

Author: danielsh
Date: Sat Apr 30 14:22:55 2011
New Revision: 1098117

URL: http://svn.apache.org/viewvc?rev=1098117&view=rev
Log:
Typo fix.

* subversion/include/private/svn_mergeinfo_private.h
  (svn_mergeinfo__mergeinfo_from_segments):
    s/svn_location_t/svn_location_segment_t/

Modified:
    subversion/trunk/subversion/include/private/svn_mergeinfo_private.h

Modified: subversion/trunk/subversion/include/private/svn_mergeinfo_private.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/private/svn_mergeinfo_private.h?rev=1098117&r1=1098116&r2=1098117&view=diff
==============================================================================
--- subversion/trunk/subversion/include/private/svn_mergeinfo_private.h (original)
+++ subversion/trunk/subversion/include/private/svn_mergeinfo_private.h Sat Apr 30 14:22:55 2011
@@ -240,11 +240,11 @@ svn_mergeinfo__adjust_mergeinfo_rangelis
                                            apr_pool_t *result_pool,
                                            apr_pool_t *scratch_pool);
 
-/* Translates an array SEGMENTS (of svn_location_t *), like the one
+/* Translates an array SEGMENTS (of svn_location_segment_t *), like the one
    returned from svn_client__repos_location_segments, into a mergeinfo
    *MERGEINFO_P, allocated in POOL.
 
-   Note: A svn_location_t segment may legitimately describe only revision 0,
+   Note: A svn_location_segment_t segment may legitimately describe only revision 0,
    but there is no way to describe that using svn_mergeinfo_t.  Any such
    segment in SEGMENTS are ignored. */
 svn_error_t *