Skip to content

Commit 069da51

Browse files
Typo in comment
1 parent 1eb7d74 commit 069da51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solvers/refinement/string_constraint_generator_indexof.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ exprt string_constraint_generatort::add_axioms_for_index_of_string(
134134

135135
if(!is_constant_string(needle))
136136
{
137-
// string_not contains_constraintt are formula of the form:
137+
// string_not contains_constraintt are formulas of the form:
138138
// forall x in [lb,ub[. p(x) => exists y in [lb,ub[. s1[x+y] != s2[y]
139139
string_not_contains_constraintt a4(
140140
from_index,

0 commit comments

Comments
 (0)