File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ void goto_symext::symex_assign(
43
43
44
44
DATA_INVARIANT (
45
45
!side_effect_expr.operands ().empty (),
46
- " function call stamement expects non-empty list of side effects" );
46
+ " function call statement expects non-empty list of side effects" );
47
47
48
48
DATA_INVARIANT (
49
49
function_call.function ().id () == ID_symbol,
Original file line number Diff line number Diff line change @@ -468,7 +468,7 @@ static void merge_names(
468
468
// Don't add a conditional to the assignment when:
469
469
// 1. Either guard is false, so we can't follow that branch.
470
470
// 2. Either identifier is of generation zero, and so hasn't been
471
- // initialized and therefor an invalid target.
471
+ // initialized and therefore an invalid target.
472
472
if (dest_state.guard .is_false ())
473
473
rhs = goto_state_rhs;
474
474
else if (goto_state.guard .is_false ())
You can’t perform that action at this time.
0 commit comments