From db2274467e932f2ac8f15a9372bbe32aa4fdfeb1 Mon Sep 17 00:00:00 2001 From: James McCoy Date: Tue, 2 Oct 2018 21:49:53 -0400 Subject: New upstream version 1.11.0~rc2 --- subversion/libsvn_fs_fs/temp_serializer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'subversion/libsvn_fs_fs/temp_serializer.h') diff --git a/subversion/libsvn_fs_fs/temp_serializer.h b/subversion/libsvn_fs_fs/temp_serializer.h index 187c8d0..32bb554 100644 --- a/subversion/libsvn_fs_fs/temp_serializer.h +++ b/subversion/libsvn_fs_fs/temp_serializer.h @@ -53,7 +53,7 @@ svn_fs_fs__noderev_deserialize(void *buffer, /** * Adds position information to the raw window data in WINDOW. */ -typedef struct +typedef struct svn_fs_fs__raw_cached_window_t { /* the (unprocessed) txdelta window byte sequence cached / to be cached */ svn_string_t window; @@ -89,7 +89,7 @@ svn_fs_fs__deserialize_raw_window(void **item, * #svn_txdelta_window_t is not sufficient for caching the data it * represents because data read process needs auxiliary information. */ -typedef struct +typedef struct svn_fs_fs__txdelta_cached_window_t { /* the txdelta window information cached / to be cached */ svn_txdelta_window_t *window; @@ -377,7 +377,7 @@ typedef struct svn_fs_fs__changes_list_t of elements in the list is a multiple of our block / range size. */ svn_boolean_t eol; - /* Array of #svn_fs_x__change_t * representing a consecutive sub-range of + /* Array of #svn_fs_fs__change_t * representing a consecutive sub-range of elements in a changed paths list. */ /* number of entries in the array */ -- cgit v1.2.3