'not magic' => 'is not magic'

llvm-svn: 73386
This commit is contained in:
Zhongxing Xu 2009-06-15 13:22:32 +00:00
parent 4378bf098c
commit a2937bc3cb
1 changed files with 5 additions and 4 deletions

View File

@ -175,10 +175,11 @@ them.</p>
<h3>More Checks</h3> <h3>More Checks</h3>
<p>Static analysis not magic; a static analyzer can only find bugs that it has <p>Static analysis is not magic; a static analyzer can only find bugs that it
been specifically engineered to find. If there are specific kinds of bugs you has been specifically engineered to find. If there are specific kinds of bugs
would like the Clang Static Analyzer to find, please feel free to file <a you would like the Clang Static Analyzer to find, please feel free to
href="filing_bugs.html">feature requests</a> or contribute your own patches.</p> file <a href="filing_bugs.html">feature requests</a> or contribute your own
patches.</p>
</div> </div>
</body> </body>