From 0c3a16d5da555c6a78ece6cb6e8eab46aa0ed010 Mon Sep 17 00:00:00 2001 From: Zhongxing Xu Date: Mon, 15 Jun 2009 13:22:32 +0000 Subject: [PATCH] 'not magic' => 'is not magic' git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@73386 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/analyzer/index.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/www/analyzer/index.html b/www/analyzer/index.html index d180e830e1..2cb318625b 100644 --- a/www/analyzer/index.html +++ b/www/analyzer/index.html @@ -175,10 +175,11 @@ them.

More Checks

-

Static analysis not magic; a static analyzer can only find bugs that it has -been specifically engineered to find. If there are specific kinds of bugs you -would like the Clang Static Analyzer to find, please feel free to file feature requests or contribute your own patches.

+

Static analysis is not magic; a static analyzer can only find bugs that it +has been specifically engineered to find. If there are specific kinds of bugs +you would like the Clang Static Analyzer to find, please feel free to +file feature requests or contribute your own +patches.

-- 2.50.1