Skip to content

Commit f08773b

Browse files
author
Sonny Martin
committed
Amend DATA_INVARIANT docs
1 parent 78d22fb commit f08773b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/invariant.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ invariant_violated_string(
376376

377377
// This condition should be used to document that assumptions that are
378378
// made on goto_functions, goto_programs, exprts, etc. being well formed.
379-
// "The data structure is corrupt or malformed"
379+
// "The data structure is not corrupt or malformed"
380380
#define DATA_INVARIANT2(CONDITION, REASON) INVARIANT2(CONDITION, REASON)
381381
#define DATA_INVARIANT3(CONDITION, REASON, DIAGNOSTICS) \
382382
INVARIANT3(CONDITION, REASON, DIAGNOSTICS)

0 commit comments

Comments
 (0)