Skip to content

Commit cb93a7f

Browse files
Update src/util/std_code.h
Co-Authored-By: Peter Schrammel <peterschrammel@users.noreply.github.com>
1 parent df7bea6 commit cb93a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/std_code.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ inline code_assertt &to_code_assert(codet &code)
635635
/// has a value which corresponds to the value of a given expression
636636
/// (or expressions).
637637
/// When working with the C front end, calls to the `__CPROVER_input` intrinsic
638-
/// can be added to the input code in order add instances of this class to the
638+
/// can be added to the input code in order add instructions of this type to the
639639
/// goto program.
640640
/// The first argument is expected to be a C string denoting the input
641641
/// identifier. The second argument is the expression for the input value.

0 commit comments

Comments
 (0)