gpsd-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gpsd-dev] [PATCH 4/4] Fix off-by-one type


From: Sanjeev Gupta
Subject: [gpsd-dev] [PATCH 4/4] Fix off-by-one type
Date: Mon, 1 Sep 2014 16:48:19 +0800

---
 www/reliability.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/reliability.html b/www/reliability.html
index 9ba9ec6..888feea 100644
--- a/www/reliability.html
+++ b/www/reliability.html
@@ -130,7 +130,7 @@ release cycle.</p>
 
 <p>cppcheck is much newer and much less prone to false
 positives. Likewise scan-build. But here's what experience tells us:
-each of these three tools finds overlapping but different sets of
+each of these four tools finds overlapping but different sets of
 bugs. Coverity is, by reputation at least, capable enough that it
 might dominate one or more of them - but why take chances? Best to use
 all four and constrain the population of undiscovered bugs into as
-- 
2.1.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]