Skip to content

Commit 992d6c2

Browse files
author
Ed Stenson
committed
Fixed typo and removed trailing newline
1 parent fc19ea0 commit 992d6c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/cprover-manual/goto-cc.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ libraries and system-wide options. A *build system* then collects the
99
configuration options from the system and compiles the software
1010
according to build rules.
1111

12-
The most prevalent build tool on Unix-based systems ia the
12+
The most prevalent build tool on Unix-based systems is the
1313
`make` utility. This tool uses build rules given in a *Makefile* that
1414
comes with the software sources. Running software verification tools on
1515
projects like these is greatly simplified by a compiler that first
@@ -161,4 +161,3 @@ int main() {
161161
assert(0);
162162
}
163163
```
164-

0 commit comments

Comments
 (0)