mirror of
https://github.com/Z3Prover/z3
synced 2025-08-28 05:58:55 +00:00
Fix some spelling errors (mostly in comments).
This commit is contained in:
parent
880ce12e2d
commit
326bf401b9
121 changed files with 205 additions and 205 deletions
|
@ -280,7 +280,7 @@ namespace datalog {
|
|||
}
|
||||
}
|
||||
|
||||
// model convertion: identity function.
|
||||
// model conversion: identity function.
|
||||
|
||||
if (instantiated) {
|
||||
result->inherit_predicates(source);
|
||||
|
|
|
@ -45,7 +45,7 @@ namespace datalog {
|
|||
|
||||
unsigned pt_len = r->get_positive_tail_size();
|
||||
if(pt_len != r->get_uninterpreted_tail_size()) {
|
||||
// we dont' expect rules with negative tails to be total
|
||||
// we don't expect rules with negative tails to be total
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -97,7 +97,7 @@ namespace datalog {
|
|||
void mk_subsumption_checker::scan_for_total_rules(const rule_set & rules) {
|
||||
bool new_discovered;
|
||||
//we cycle through the rules until we keep discovering new total relations
|
||||
//(discovering a total relation migh reveal other total relations)
|
||||
//(discovering a total relation might reveal other total relations)
|
||||
do {
|
||||
new_discovered = false;
|
||||
rule_set::iterator rend = rules.end();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue