flawfinder.1: Grammar fix

This commit is contained in:
David A. Wheeler 2014-08-02 21:56:19 -04:00
parent 8f9ccc47ea
commit f05aa1270e
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ produce many false positives for vulnerabilities
and fail to report many vulnerabilities.
On the other hand, flawfinder can find vulnerabilities in programs that
cannot be built or cannot be linked.
It even can often work with programs that cannot even be compiled
It can often work with programs that cannot even be compiled
(at least by the reviewer's tools).
Flawfinder also doesn't get as confused by macro definitions
and other oddities that more sophisticated tools have trouble with.