Skip to content

Commit

Permalink
Fix wrong function description
Browse files Browse the repository at this point in the history
  • Loading branch information
tautschnig committed Jun 4, 2018
1 parent 9e355e9 commit 6298c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/goto-programs/remove_returns.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ code_typet original_return_type(
return type;
}

/// turns 'return x' into an assignment to fkt#return_value
/// turns an assignment to fkt#return_value back into 'return x'
bool remove_returnst::restore_returns(
goto_functionst::function_mapt::iterator f_it)
{
Expand Down

0 comments on commit 6298c18

Please sign in to comment.