aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXuyang Li <32846078+Hughshine@users.noreply.github.com>2023-04-06 01:50:59 +0800
committerGitHub <noreply@github.com>2023-04-05 19:50:59 +0200
commitb7cc49bf7a1615830ea3191b4f8e1837e16c3470 (patch)
tree56e14ead2dc2c5ad3b9f758bda1f1fc7fe1a2370
parent358230d26eb5d29cb12c6c16e4e4f60117647a23 (diff)
downloadcompcert-b7cc49bf7a1615830ea3191b4f8e1837e16c3470.tar.gz
compcert-b7cc49bf7a1615830ea3191b4f8e1837e16c3470.zip
Fix a comment in Cstrategy.v (#485)
-rw-r--r--cfrontend/Cstrategy.v4
1 files 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. *)