[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gpsd-dev] [PATCH 1/8] Correct typo: scratic -> static
From: |
Sanjeev Gupta |
Subject: |
[gpsd-dev] [PATCH 1/8] Correct typo: scratic -> static |
Date: |
Thu, 8 Nov 2018 23:19:25 +0800 |
---
www/hacking.html.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/hacking.html.in b/www/hacking.html.in
index 939fc31a..0ebd09db 100644
--- a/www/hacking.html.in
+++ b/www/hacking.html.in
@@ -612,7 +612,7 @@ is easier.<p>
<ol>
<li><p>Use asserts sparingly.</p></li>
-<li><p>One valid use is to pass hints to sratic analyzers. This
+<li><p>One valid use is to pass hints to static analyzers. This
sort of assert should be guarded with, e.g., #ifdef
__COVERITY_ so we get the benefit of asserting the invariant without
the risk of the assertion failing in production.</p></li>
--
2.19.1
- [gpsd-dev] [PATCH 1/8] Correct typo: scratic -> static,
Sanjeev Gupta <=
- [gpsd-dev] [PATCH 2/8] Correct IA64 reference, Sanjeev Gupta, 2018/11/08
- [gpsd-dev] [PATCH 3/8] Update link to debian packaging tools, Sanjeev Gupta, 2018/11/08
- [gpsd-dev] [PATCH 4/8] Typo: progression -> regression, Sanjeev Gupta, 2018/11/08
- [gpsd-dev] [PATCH 5/8] Typo fixes, and update of the Copyright assertion, Sanjeev Gupta, 2018/11/08
- [gpsd-dev] [PATCH 6/8] Correct formatting mistakes in the XML, Sanjeev Gupta, 2018/11/08
- [gpsd-dev] [PATCH 7/8] Typo: ISO8661 -> ISO8601, Sanjeev Gupta, 2018/11/08
- [gpsd-dev] [PATCH 8/8] Correct XML attribute, and correct documentation, Sanjeev Gupta, 2018/11/08
- Re: [gpsd-dev] [PATCH 8/8] Correct XML attribute, and correct documentation, Gary E. Miller, 2018/11/08
Re: [gpsd-dev] [PATCH 2/8] Correct IA64 reference, Gary E. Miller, 2018/11/08