From f05aa1270e95c6d8212de243ac863442e7cf3b59 Mon Sep 17 00:00:00 2001 From: "David A. Wheeler" Date: Sat, 2 Aug 2014 21:56:19 -0400 Subject: [PATCH] flawfinder.1: Grammar fix --- flawfinder.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flawfinder.1 b/flawfinder.1 index 68b8c0e..c255f43 100644 --- a/flawfinder.1 +++ b/flawfinder.1 @@ -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.