aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@college-de-france.fr>2022-06-25 10:02:13 +0200
committerXavier Leroy <xavier.leroy@college-de-france.fr>2022-06-25 10:02:13 +0200
commit11938ee7ee136cfdb7d6e5f7c2b4956dc320807a (patch)
tree394001a935c035e4f661b816c41ae099f50fb805
parenta34adc8e005447e7fa44ca3b71db35ceb7facb4c (diff)
downloadcompcert-11938ee7ee136cfdb7d6e5f7c2b4956dc320807a.tar.gz
compcert-11938ee7ee136cfdb7d6e5f7c2b4956dc320807a.zip
Update comment re: compile_switch function
Fixes: #435
-rw-r--r--common/Switch.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Switch.v b/common/Switch.v
index b9aeed96..70d1da15 100644
--- a/common/Switch.v
+++ b/common/Switch.v
@@ -75,7 +75,7 @@ Fixpoint comptree_match (n: Z) (t: comptree) {struct t}: option nat :=
(** The translation from a table to a comparison tree is performed
by untrusted Caml code (function [compile_switch] in
- file [RTLgenaux.ml]). In Coq, we validate a posteriori the
+ file [Switchaux.ml]). In Coq, we validate a posteriori the
result of this function. In other terms, we now develop
and prove correct Coq functions that take a table and a comparison
tree, and check that their semantics are equivalent. *)