Skip to content

Commit 5fd8562

Browse files
authored
Merge pull request diffblue#5806 from martin-cs/fix/manual-typo
Fix a typo in the documentation
2 parents 441a249 + 4efe207 commit 5fd8562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/cprover-manual/cbmc-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ given as a command line argument:
216216
cbmc binsearch.c --function binsearch --unwind 6 --bounds-check --unwinding-assertions
217217
```
218218

219-
CBMC verifies that verifies the array accesses are within the bounds;
219+
CBMC verifies that the array accesses are within the bounds;
220220
note that this actually depends on the result of the right shift. In
221221
addition, as CBMC is given the option `--unwinding-assertions`, it also
222222
checks that enough unwinding is done, i.e., it proves a run-time bound.

0 commit comments

Comments
 (0)