3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-26 04:56:03 +00:00

Fix typos.

This commit is contained in:
Bruce Mitchener 2018-02-06 14:30:43 +07:00
parent 3f7453f5c5
commit 50f3e9c3c0
11 changed files with 22 additions and 22 deletions

View file

@ -1491,7 +1491,7 @@ namespace Duality {
return res;
}
/** Determines the value in the counterexample of a symbol occuring in the transformer formula of
/** Determines the value in the counterexample of a symbol occurring in the transformer formula of
* a given edge. */
RPFP::Term RPFP::Eval(Edge *e, Term t)
@ -1500,7 +1500,7 @@ namespace Duality {
return dualModel.eval(tl);
}
/** Returns true if the given node is empty in the primal solution. For proecudure summaries,
/** Returns true if the given node is empty in the primal solution. For proceudure summaries,
this means that the procedure is not called in the current counter-model. */
bool RPFP::Empty(Node *p)