mirror of
https://github.com/Z3Prover/z3
synced 2026-02-26 10:05:38 +00:00
Fix typos.
This commit is contained in:
parent
54ba25175c
commit
ae8027e594
23 changed files with 67 additions and 67 deletions
|
|
@ -32,7 +32,7 @@ namespace datalog {
|
|||
predicates.insert(I->first);
|
||||
}
|
||||
|
||||
// reserve pred id = 0 for initalization purposes
|
||||
// reserve pred id = 0 for initialization purposes
|
||||
unsigned num_preds = (unsigned)predicates.size() + 1;
|
||||
|
||||
// poor's man round-up log2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue