We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64a0dc2 commit b30bb65Copy full SHA for b30bb65
src/goto-harness/recursive_initialization.h
@@ -43,7 +43,7 @@ struct recursive_initialization_configt
43
/// \param option: the user option name
44
/// \param values: the (one-or-more) values for this option
45
/// \return true if the option belonged to recursive initialisation and was
46
- /// successfully parsed here
+ /// successfully parsed here
47
bool handle_option(
48
const std::string &option,
49
const std::list<std::string> &values);
0 commit comments