We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc19ea0 commit 992d6c2Copy full SHA for 992d6c2
doc/cprover-manual/goto-cc.md
@@ -9,7 +9,7 @@ libraries and system-wide options. A *build system* then collects the
9
configuration options from the system and compiles the software
10
according to build rules.
11
12
-The most prevalent build tool on Unix-based systems ia the
+The most prevalent build tool on Unix-based systems is the
13
`make` utility. This tool uses build rules given in a *Makefile* that
14
comes with the software sources. Running software verification tools on
15
projects like these is greatly simplified by a compiler that first
@@ -161,4 +161,3 @@ int main() {
161
assert(0);
162
}
163
```
164
-
0 commit comments