Skip to content

Commit b854fcd

Browse files
committed
Fix spelling of arbitrary
1 parent 460032c commit b854fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solvers/smt2_incremental/object_tracking.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ struct decision_procedure_objectt
5757
/// assigned.
5858
exprt find_object_base_expression(const address_of_exprt &address_of);
5959

60-
/// Arbitary expressions passed to the decision procedure may have multiple
60+
/// Arbitrary expressions passed to the decision procedure may have multiple
6161
/// address of operations as its sub expressions. This means the overall
6262
/// expression may contain multiple base objects which need to be assigned
6363
/// unique identifiers.

0 commit comments

Comments
 (0)