Skip to content

Commit d8a4363

Browse files
Add missing backslash
No functional changes. Necessary for doxygen comment
1 parent fccbfef commit d8a4363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-symex/goto_symex_state.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ class goto_symex_statet final : public goto_statet
217217
unsigned remaining_vccs = 0;
218218

219219
/// Allocates a fresh L2 name for the given L1 identifier, and makes it the
220-
// latest generation on this path.
220+
/// latest generation on this path.
221221
std::size_t
222222
increase_generation(const irep_idt l1_identifier, const ssa_exprt &lhs)
223223
{

0 commit comments

Comments
 (0)