mirror of
https://github.com/Z3Prover/z3
synced 2026-02-26 02:01:21 +00:00
Fix typos.
This commit is contained in:
parent
08165f5367
commit
1d9345c3de
13 changed files with 19 additions and 19 deletions
|
|
@ -35,7 +35,7 @@ namespace datalog {
|
|||
// reserve pred id = 0 for initialization purposes
|
||||
unsigned num_preds = (unsigned)predicates.size() + 1;
|
||||
|
||||
// poor's man round-up log2
|
||||
// poor man's round-up log2
|
||||
unsigned preds_bitsize = log2(num_preds);
|
||||
if ((1U << preds_bitsize) < num_preds)
|
||||
++preds_bitsize;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue