We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b854fcd commit 1ac9052Copy full SHA for 1ac9052
src/solvers/smt2_incremental/object_tracking.h
@@ -40,7 +40,7 @@
40
struct decision_procedure_objectt
41
{
42
/// The expression for the root of the object. This is expression equivalent
43
- /// to deferencing a pointer to this object with a zero offset.
+ /// to dereferencing a pointer to this object with a zero offset.
44
exprt base_expression;
45
/// Number which uniquely identifies this particular object.
46
std::size_t unique_id = 0;
0 commit comments