We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d2265d commit 3ebf47cCopy full SHA for 3ebf47c
1 file changed
src/cbmc_starter_kit/template-for-repository/proofs/Makefile.common
@@ -458,7 +458,7 @@ endif
458
# The default unwind should only be used in DFCC mode without loop contracts.
459
# When loop contracts are applied, we only unwind specified loops.
460
# 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
+# to unwind the program indefinitely, because we do not pass default unwind
462
# (i.e., --unwind 1) to CBMC when in DFCC mode.
463
# We must not use a default unwind command in DFCC mode, because contract instrumentation
464
# introduces loops encoding write set inclusion checks that must be dynamically unwound during
0 commit comments