Skip to content

Commit d437f60

Browse files
author
Daniel Kroening
authored
Merge pull request #2368 from polgreen/doc_replace_func_bodies
Documentation wording for replace function bodies
2 parents 6048517 + ca1b03c commit d437f60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/goto-programs/generate_function_bodies.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ class generate_function_bodiest
3737
public:
3838
virtual ~generate_function_bodiest() = default;
3939

40-
/// Replace the function body with one based on the implementation
41-
/// This will work the same whether or not the function already has a body
40+
/// Replace the function body with one based on the replace_function_body
41+
/// class being used.
4242
/// \param function whose body to replace
4343
/// \param symbol_table of the current goto program
4444
/// \param function_name Identifier of function

0 commit comments

Comments
 (0)