|
From: <sv...@va...> - 2009-07-21 07:35:36
|
Author: bart Date: 2009-07-21 08:35:23 +0100 (Tue, 21 Jul 2009) New Revision: 10496 Log: Spelling fix. Modified: trunk/NEWS Modified: trunk/NEWS =================================================================== --- trunk/NEWS 2009-07-21 07:32:19 UTC (rev 10495) +++ trunk/NEWS 2009-07-21 07:35:23 UTC (rev 10496) @@ -558,7 +558,7 @@ - Memcheck has new flags --malloc-fill=<hexnum> and --free-fill=<hexnum> which free malloc'd / free'd areas with the specified byte. This can help shake out obscure memory corruption - problems. The definedness and addressibility of these areas is + problems. The definedness and addressability of these areas is unchanged -- only the contents are affected. - The behaviour of Memcheck's client requests VALGRIND_GET_VBITS and |