mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
Fix typos.
This commit is contained in:
parent
9379ec3a68
commit
44bc00f13d
9 changed files with 20 additions and 20 deletions
|
@ -2665,7 +2665,7 @@ namespace sat {
|
|||
for (unsigned i = head; i < sz; i++) {
|
||||
literal l = m_trail[i];
|
||||
bool_var v = l.var();
|
||||
TRACE("forget_phase", tout << "forgeting phase of l: " << l << "\n";);
|
||||
TRACE("forget_phase", tout << "forgetting phase of l: " << l << "\n";);
|
||||
m_phase[v] = PHASE_NOT_AVAILABLE;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue