Skip to content

Commit

Permalink
Fix typo in Makefile.common comment (#211)
Browse files Browse the repository at this point in the history
Thanks @lrstewart for spotting this!
  • Loading branch information
tautschnig committed Aug 14, 2024
1 parent 9d2265d commit 3ebf47c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ endif
# The default unwind should only be used in DFCC mode without loop contracts.
# When loop contracts are applied, we only unwind specified loops.
# If any loops remain after loop contracts have been applied, CBMC might try
# to unwind the program indefinetly, because we do not pass default unwind
# to unwind the program indefinitely, because we do not pass default unwind
# (i.e., --unwind 1) to CBMC when in DFCC mode.
# We must not use a default unwind command in DFCC mode, because contract instrumentation
# introduces loops encoding write set inclusion checks that must be dynamically unwound during
Expand Down

0 comments on commit 3ebf47c

Please sign in to comment.