Skip to content

Commit 1ac9052

Browse files
committed
Fix spelling of dereferencing
1 parent b854fcd commit 1ac9052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solvers/smt2_incremental/object_tracking.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
struct decision_procedure_objectt
4141
{
4242
/// The expression for the root of the object. This is expression equivalent
43-
/// to deferencing a pointer to this object with a zero offset.
43+
/// to dereferencing a pointer to this object with a zero offset.
4444
exprt base_expression;
4545
/// Number which uniquely identifies this particular object.
4646
std::size_t unique_id = 0;

0 commit comments

Comments
 (0)