Skip to content

Commit c0b43da

Browse files
Petr BauchPetr Bauch
authored andcommitted
Fix copy-paste and grammar errors
This commit will be squashed.
1 parent 653719a commit c0b43da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/goto-symex/symex_target_equation.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Author: Daniel Kroening, [email protected]
3333
/// effectively assign the value stored in \c ssa_rhs by another thread to
3434
/// \c ssa_rhs in the memory scope of this thread.
3535
/// \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
3737
/// \param atomic_section_id: ID of the atomic section in which this read
3838
/// takes place
3939
/// \param source: pointer to location in the input GOTO program of this read
@@ -59,7 +59,7 @@ void symex_target_equationt::shared_read(
5959
/// (which will thus become a left-hand side as well): we effectively assign a
6060
/// value from this thread to be visible by other threads.
6161
/// \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
6363
/// \param atomic_section_id: ID of the atomic section in which this write
6464
/// takes place
6565
/// \param source: pointer to location in the input GOTO program of this write

src/goto-symex/symex_target_equation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ class symex_target_equationt:public symex_targett
196196
///
197197
/// Function calls store \c called_function name as well as a vector of
198198
/// 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.
200200
class SSA_stept
201201
{
202202
public:

0 commit comments

Comments
 (0)