File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
33
// / effectively assign the value stored in \c ssa_rhs by another thread to
34
34
// / \c ssa_rhs in the memory scope of this thread.
35
35
// / \param guard: condition to take this read event
36
- // / \param ssa_rhs : variable to be read from
36
+ // / \param ssa_object : variable to be read from
37
37
// / \param atomic_section_id: ID of the atomic section in which this read
38
38
// / takes place
39
39
// / \param source: pointer to location in the input GOTO program of this read
@@ -59,7 +59,7 @@ void symex_target_equationt::shared_read(
59
59
// / (which will thus become a left-hand side as well): we effectively assign a
60
60
// / value from this thread to be visible by other threads.
61
61
// / \param guard: condition to take this write event
62
- // / \param ssa_rhs : variable to be written to
62
+ // / \param ssa_object : variable to be written to
63
63
// / \param atomic_section_id: ID of the atomic section in which this write
64
64
// / takes place
65
65
// / \param source: pointer to location in the input GOTO program of this write
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ class symex_target_equationt:public symex_targett
196
196
// /
197
197
// / Function calls store \c called_function name as well as a vector of
198
198
// / arguments \c ssa_function_arguments. The \c converted version of a
199
- // / variable will contains its version for the SAT/SMT conversion.
199
+ // / variable will contain its version for the SAT/SMT conversion.
200
200
class SSA_stept
201
201
{
202
202
public:
You can’t perform that action at this time.
0 commit comments