]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
fix typo in NEWS (due to via => due to)
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sun, 5 Aug 2012 21:35:02 +0000 (21:35 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sun, 5 Aug 2012 21:35:02 +0000 (21:35 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12850

NEWS

diff --git a/NEWS b/NEWS
index d7c39641d17c5648e2af28d1840a3aa292016469..9dcf525ab5a8e3b26a1a2708a727fc391436c9f7 100644 (file)
--- 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.