You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2010/08/08 18:08:19 UTC

svn propchange: r983385 - svn:log

Author: stefan2
Revision: 983385
Modified property: svn:log

Modified: svn:log at Sun Aug  8 16:08:19 2010
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Sun Aug  8 16:08:19 2010
@@ -1,4 +1,4 @@
-Since svn_file_handle_cache__handle_t is not art of the public API,
+Since svn_file_handle_cache__handle_t is not part of the public API,
 svn_stream_from_cached_file_handle shouldn't be as well.
 
 Therefore, move the declaration to a private header and rename the
@@ -7,10 +7,12 @@ are performance critical and to minimize
 implementation remains in stream.c .
 
 * subversion/libsvn_subr/stream.c
-  (svn_stream__from_cached_file_handle): rename from svn_stream_from_cached_file_handle
+  (svn_stream__from_cached_file_handle): rename from 
+svn_stream_from_cached_file_handle
 * subversion/libsvn_fs_fs/fs_fs.c
   (get_node_revision_body, read_window): adapt to renamed API
 * subversion/include/svn_io.h
-  (svn_stream_from_cached_file_handle, svn_file_handle_cache__handle_t): remove here
+  (svn_stream_from_cached_file_handle, svn_file_handle_cache__handle_t): 
+remove here
 * subversion/private/svn_cache.h
   (svn_stream__from_cached_file_handle): moved function declaration