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 2011/05/07 16:23:51 UTC

svn propchange: r1100536 - svn:log

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

Modified: svn:log at Sat May  7 14:23:51 2011
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Sat May  7 14:23:51 2011
@@ -1,6 +1,6 @@
-Partly redo r1072299 as it minimizes the APR for small buffers on Win32
-and document the rationales. Also, handle the case that APR might fail
-*after* writing some data.
+Partly redo r1072299 as it minimizes the APR overhead for small buffers
+on Win32 and document the rationales. Also, handle the case that APR might
+fail *after* writing some data.
 
 * subversion/libsvn_subr/io.c
   (svn_io_file_write_full): optimize & document