File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ Coverage Data Gathering
5858
5959 * :dfn: `Binary traces `
6060
61- * Produced by instrumented execution environment with unmodifed version of program.
61+ * Produced by instrumented execution environment with unmodifed version of program
6262 * Traces contain low level information about executed blocks of machine instructions
6363
6464 * :dfn: `Source traces `
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ What Is Static Analysis?
6464+ *May * be exhaustive
6565
6666 + All possible errors are reported
67- + No false negatives; there may be false positives
67+ + No false negatives; there * may * be false positives
6868
6969 + If the analyzer does not report a problem, there is no problem
7070
@@ -96,7 +96,7 @@ What Is GNAT SAS?
9696 + Numeric overflows
9797 + Numeric wraparounds
9898 + Improper use of Application Programming Interfaces (APIs)
99- + and more
99+ + ... and more
100100
101101------------------------
102102What Does GNAT SAS Do?
Original file line number Diff line number Diff line change @@ -713,7 +713,7 @@ Understanding McCabe Complexity
713713
714714 v(G) = E - N + 2 * P
715715
716- + Aimed a measuring the complexity of execution paths
716+ + Aimed at measuring the complexity of execution paths
717717+ Needs to be adapted for each language
718718
719719----------------
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ Typical Users and Use Cases
159159+ Reviewers
160160
161161 + **Annotate ** code with analysis of potential problems
162- + **Analyse ** specific CWE issues
162+ + **Analyze ** specific CWE issues
163163
164164+ Project managers and quality engineers
165165
You can’t perform that action at this time.
0 commit comments