Skip to content

Commit f76e834

Browse files
author
Ed Stenson
committed
Updated language use in test-suite.md
1 parent c799d0e commit f76e834

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/cprover-manual/test-suite.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ suite generation functionality in CBMC, by means of a case study. The
2424
following program is an excerpt from a real-time embedded benchmark
2525
[PapaBench](https://www.irit.fr/recherches/ARCHI/MARCH/rubrique.php3?id_rubrique=97),
2626
and implements part of a fly-by-wire autopilot for an Unmanned Aerial
27-
Vehicle (UAV). We have adjusted slightly for our purposes.
27+
Vehicle (UAV). We have adjusted it slightly for our purposes.
2828

2929
The aim of function `climb_pid_run` is to control the vertical climb of
3030
the UAV. Details on the theory behind this operation are documented in
@@ -133,7 +133,7 @@ following command:
133133
We'll describe those command line options one by one. The option `--cover mcdc`
134134
specifies the code coverage criterion. There
135135
are four conditional statements in the PID function: in lines 41,
136-
44, 48 and 49. To satisfy MC/DC, the test suite has to meet
136+
44, 48, and 49. To satisfy MC/DC, the test suite has to meet
137137
multiple requirements. For instance, each conditional statement needs to
138138
evaluate to *true* and *false*. Consider the condition
139139
`"pprz>=0 && pprz<=MAX_PPRZ"` in line 41. CBMC instruments three

0 commit comments

Comments
 (0)