From: Philippe Waroquiers Date: Sun, 5 Aug 2012 21:35:02 +0000 (+0000) Subject: fix typo in NEWS (due to via => due to) X-Git-Tag: svn/VALGRIND_3_8_0~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4020897fcf74a4018a1d1e303e4b187e67db757b;p=thirdparty%2Fvalgrind.git fix typo in NEWS (due to via => due to) git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12850 --- diff --git a/NEWS b/NEWS index d7c39641d1..9dcf525ab5 100644 --- a/NEWS +++ b/NEWS @@ -73,7 +73,7 @@ serious work at present. rules used to suppress leak reports. - Reduced noise (false positive) level on MacOSX 10.6/10.7, due to - via more precise analysis, which is important for LLVM/Clang + more precise analysis, which is important for LLVM/Clang generated code. This is at the cost of somewhat reduced performance. Note there is no change to analysis precision or costs on Linux targets.