mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 17:45:32 +00:00
Fix typos.
This commit is contained in:
parent
57318bab5b
commit
3149d7f7a4
7 changed files with 24 additions and 24 deletions
|
@ -492,7 +492,7 @@ lbool sls_engine::search() {
|
|||
|
||||
score = m_tracker.get_top_sum();
|
||||
|
||||
// update assertion weights if a weigthing is enabled (sp < 1024)
|
||||
// update assertion weights if a weighting is enabled (sp < 1024)
|
||||
if (m_paws)
|
||||
{
|
||||
for (unsigned i = 0; i < sz; i++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue