Skip to content

Commit 3d41326

Browse files
authored
Merge pull request #3529 from edstenson/review_cprover_introduction
Updated language use in Introduction
2 parents 55029d6 + 01a507c commit 3d41326

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/cprover-manual/introduction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
Numerous tools to hunt down functional design flaws in silicon have been
66
available for many years, mainly due to the enormous cost of hardware
7-
bugs. The use of such tools is wide-spread. In contrast, the market for
7+
bugs. The use of such tools is widespread. In contrast, the market for
88
tools that address the need for quality software is still in its
99
infancy.
1010

11-
Research in software quality has an enormous breadth. We focus the
11+
Research in software quality has enormous breadth. We focus the
1212
presentation using two criteria:
1313

1414
1. We believe that any form of quality requires a specific *guarantee*,
@@ -40,4 +40,4 @@ formally verify such bounds by means of *unwinding assertions*. Once
4040
this bound is established, CBMC is able to prove the absence of errors.
4141

4242
A more detailed description of how to apply CBMC to verify programs is
43-
in the [CBMC Tutorial](../cbmc/tutorial/).
43+
in our [CBMC Tutorial](../cbmc/tutorial/).

0 commit comments

Comments
 (0)