Skip to content

Commit 3ebf47c

Browse files
authored
Fix typo in Makefile.common comment (#211)
Thanks @lrstewart for spotting this!
1 parent 9d2265d commit 3ebf47c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cbmc_starter_kit/template-for-repository/proofs/Makefile.common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ endif
458458
# The default unwind should only be used in DFCC mode without loop contracts.
459459
# When loop contracts are applied, we only unwind specified loops.
460460
# If any loops remain after loop contracts have been applied, CBMC might try
461-
# to unwind the program indefinetly, because we do not pass default unwind
461+
# to unwind the program indefinitely, because we do not pass default unwind
462462
# (i.e., --unwind 1) to CBMC when in DFCC mode.
463463
# We must not use a default unwind command in DFCC mode, because contract instrumentation
464464
# introduces loops encoding write set inclusion checks that must be dynamically unwound during

0 commit comments

Comments
 (0)