Thanks for the patch. dev@, anyone wants to review/apply this?
Cheers, Daniel (looks like we need a patch manager again…) Yutian Li wrote on Fri, Feb 26, 2021 at 20:58:05 -0500: > [[[ > Fix a comment in svn_fs_fs_private.h > > * subversion/include/private/svn_fs_fs_private.h: Fix comment > ]]] > > Index: subversion/include/private/svn_fs_fs_private.h > =================================================================== > --- subversion/include/private/svn_fs_fs_private.h (revision 1886964) > +++ subversion/include/private/svn_fs_fs_private.h (working copy) > @@ -272,7 +272,7 @@ typedef struct svn_fs_fs__id_part_t > svn_revnum_t revision; > > /* sub-id value relative to REVISION. Its interpretation depends on > - the part itself. In rev_item, it is the index_index value, in others > + the part itself. In rev_item, it is the item_index value, in others > it represents a unique counter value. */ > apr_uint64_t number; > } svn_fs_fs__id_part_t;