From 4fa4f8bb50a739f44fd122d2a2cc5be0a7701e3f Mon Sep 17 00:00:00 2001 From: Sanjeev Gupta Date: Thu, 8 Nov 2018 23:19:25 +0800 Subject: Correct typo: scratic -> static Signed-off-by: Gary E. Miller --- www/hacking.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www') 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.

  1. Use asserts sparingly.

  2. -
  3. One valid use is to pass hints to sratic analyzers. This +

  4. 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.

  5. -- cgit v1.2.1