Skip to content

Commit 62b164e

Browse files
committed
Minor Formatting/Typo Updates from Tools Training
1 parent 3552685 commit 62b164e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

courses/gnatdas/cover_010_overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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`

courses/gnatsas/010_course_overview.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
------------------------
102102
What Does GNAT SAS Do?

courses/gnatsas/metric_010_overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
----------------

courses/gnatsas/sas_020_overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)