mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
Fix typos.
This commit is contained in:
parent
54ba25175c
commit
ae8027e594
23 changed files with 67 additions and 67 deletions
|
@ -387,9 +387,9 @@ static void tst9() {
|
|||
|
||||
static void tst10(bool use_ints) {
|
||||
if (use_ints)
|
||||
std::cout << "Testing multiplication performace using small ints\n";
|
||||
std::cout << "Testing multiplication performance using small ints\n";
|
||||
else
|
||||
std::cout << "Testing multiplication performace using small rationals\n";
|
||||
std::cout << "Testing multiplication performance using small rationals\n";
|
||||
vector<rational> vals;
|
||||
vector<rational> vals2;
|
||||
vector<float> fvals;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue