File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ data CampaignConf = CampaignConf
5151 -- Only relevant if symExec is True
5252 , symExecTargets :: Maybe [Text ]
5353 , symExecTimeout :: Int
54- -- ^ Timeout for symbolic execution SMT solver.
54+ -- ^ Timeout for symbolic execution SMT solver queries .
5555 -- Only relevant if symExec is True
5656 , symExecNSolvers :: Int
5757 -- ^ Number of SMT solvers used in symbolic execution.
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ symExecConcolic: true
101101# number of SMT solvers used in symbolic execution
102102# only relevant if symExec is true
103103symExecNSolvers : 1
104- # timeout for symbolic execution SMT solver
104+ # timeout for symbolic execution SMT solver queries
105105# only relevant if symExec is true
106106symExecTimeout : 30
107107# Number of times we may revisit a particular branching point
You can’t perform that action at this time.
0 commit comments