You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2013/01/11 22:20:57 UTC

svn commit: r1432291 - /subversion/trunk/subversion/include/svn_types.h

Author: julianfoad
Date: Fri Jan 11 21:20:56 2013
New Revision: 1432291

URL: http://svn.apache.org/viewvc?rev=1432291&view=rev
Log:
* subversion/include/svn_types.h
  (svn_location_segment_t): Tweak doc strings.

Modified:
    subversion/trunk/subversion/include/svn_types.h

Modified: subversion/trunk/subversion/include/svn_types.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_types.h?rev=1432291&r1=1432290&r2=1432291&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_types.h (original)
+++ subversion/trunk/subversion/include/svn_types.h Fri Jan 11 21:20:56 2013
@@ -1211,7 +1211,7 @@ svn_merge_range_contains_rev(const svn_m
  *  @{ */
 
 /**
- * A representation of a segment of a object's version history with an
+ * A representation of a segment of an object's version history with an
  * emphasis on the object's location in the repository as of various
  * revisions.
  *
@@ -1220,7 +1220,7 @@ svn_merge_range_contains_rev(const svn_m
 typedef struct svn_location_segment_t
 {
   /** The beginning (oldest) and ending (youngest) revisions for this
-      segment. */
+      segment, both inclusive. */
   svn_revnum_t range_start;
   svn_revnum_t range_end;