You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by yl...@apache.org on 2021/03/02 00:58:32 UTC

svn propchange: r1887060 - svn:log

Author: ylavic
Revision: 1887060
Modified property: svn:log

Modified: svn:log at Tue Mar  2 00:58:32 2021
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Tue Mar  2 00:58:32 2021
@@ -5,7 +5,7 @@ undefined behaviour with some filesystem
 
 Add apr_mmap_t->poffset on unixes to track the offset to the previous page,
 relative to the user requested/actual offset. This allows ->mm and ->size to
-still point to the actual data, while munmap() still deletes the full range
+still point to the actual data, while munmap() now deletes the full range
 from the start of the page.
 
 Tests updated accordingly.