mirror of
https://github.com/Z3Prover/z3
synced 2025-05-03 22:05:45 +00:00
Fix some typos. (#7115)
This commit is contained in:
parent
937d4aa8f4
commit
53f89a81c1
22 changed files with 33 additions and 33 deletions
|
@ -157,8 +157,8 @@ namespace qe {
|
|||
|
||||
//
|
||||
// Partition variables into buckets.
|
||||
// The var_paritions buckets covering disjoint subsets of
|
||||
// the conjuncts. The remaining variables in vars are non-partioned.
|
||||
// The var_partitions buckets covering disjoint subsets of
|
||||
// the conjuncts. The remaining variables in vars are non-partitioned.
|
||||
//
|
||||
bool partition_vars(
|
||||
unsigned num_vars,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue