From b7cc49bf7a1615830ea3191b4f8e1837e16c3470 Mon Sep 17 00:00:00 2001 From: Xuyang Li <32846078+Hughshine@users.noreply.github.com> Date: Thu, 6 Apr 2023 01:50:59 +0800 Subject: Fix a comment in Cstrategy.v (#485) --- cfrontend/Cstrategy.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cfrontend/Cstrategy.v b/cfrontend/Cstrategy.v index ce965672..3c45e93b 100644 --- a/cfrontend/Cstrategy.v +++ b/cfrontend/Cstrategy.v @@ -1653,8 +1653,8 @@ Definition outcome_result_value (out: outcome) (t: type) (v: val) (m: mem) : Pro | _, _ => False end. -(** [eval_expression ge e m1 a t m2 a'] describes the evaluation of the - complex expression e. [v] is the resulting value, [m2] the final +(** [eval_expression ge e m1 a t m2 v] describes the evaluation of the + complex expression [a]. [v] is the resulting value, [m2] the final memory state, and [t] the trace of input/output events performed during this evaluation. *) -- cgit