Skip to content

Commit

Permalink
Update src/main/scala/viper/silver/plugin/standard/reasoning/Reasonin…
Browse files Browse the repository at this point in the history
…gPlugin.scala

Co-authored-by: Linard Arquint <[email protected]>
  • Loading branch information
jogasser and ArquintL authored Jun 24, 2024
1 parent a814df4 commit cf0fea1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ class ReasoningPlugin(@unused reporter: viper.silver.reporter.Reporter,

/** check that lemma terminates (has a decreases clause) and that it is pure */
checkLemma(input, reportError)
/** create graph with vars that are in scope only outside of the universal introduction code block including the qunatified variables */
/** create graph with vars that are in scope only outside of the universal introduction code block including the quantified variables */
val analysis: VarAnalysisGraphMap = VarAnalysisGraphMap(input, logger, reportError)

/** Run taint analysis for all methods annotated with influences */
Expand Down

0 comments on commit cf0fea1

Please sign in to comment.