Skip to content

Commit

Permalink
Fix important typo (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
integeruser authored Jun 12, 2022
1 parent 4569e82 commit edd4e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/maat/stats.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ class MaatStats
os << "Lifted insts: " << stats.lifted_insts() << "\n";
os << "Executed IR insts: " << stats.executed_ir_insts() << "\n\n";

os << "Created symbolic expresssions: " << stats.created_exprs() << "\n\n";
os << "Created symbolic expressions: " << stats.created_exprs() << "\n\n";

os << "Solver total time: " << stats.solver_total_time() << " ms \n";
os << "Solver average time: " << stats.solver_average_time() << " ms \n";
Expand Down

0 comments on commit edd4e71

Please sign in to comment.