Skip to content

Commit 96dc0a3

Browse files
author
Owen Jones
committed
Fix minor typos
1 parent 35e278e commit 96dc0a3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

doc/architectural/cbmc-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ be output to files (this is what `goto-cc` does) and are (informally)
5252
referred to as “goto binaries” or “goto programs”. The back-end are
5353
tools process this format, either directly from the front-end or from
5454
it’s saved output. These include a wide range of analysis and
55-
transformation tools (see \ref section-other-tools).
55+
transformation tools (see \ref other-tools).
5656

5757
# Concepts #
5858
## {C, java bytecode} → Parse tree → Symbol table → GOTO programs → GOTO program transformations → BMC → counterexample (goto_tracet) → printing ##

doc/architectural/compilation-and-development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To be documented.
2424
The regression tests are contained in the `regression/` folder.
2525
They are grouped into directories for each of the tools/modules.
2626
Each of these contains multiple directories, each of which contains
27-
input files and one or more`.desc` files that describe what command
27+
input files and one or more `.desc` files that describe what command
2828
to run, what output is expected and so on. There is a Perl script,
2929
`test.pl` that is used to invoke the tests as:
3030

src/goto-programs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
\author Kareem Khazem, Martin Brain
77

8-
\section overview Overview
8+
\section goto-programs-overview Overview
99
Goto programs are the intermediate representation of the CPROVER tool
1010
chain. They are language independent and similar to many of the compiler
1111
intermediate languages. Section \ref goto-programs describes the

src/solvers/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
\authors Romain Brenguier, Kareem Khazem, Martin Brain
66

7-
\section overview Overview
7+
\section solvers-overview Overview
88

99
The basic role of solvers is to answer whether the set of equations given
1010
is satisfiable.

0 commit comments

Comments
 (0)