aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Bourke <tim@tbrk.org>2016-11-13 20:31:32 +0100
committerLionel Rieg <lionel.rieg@univ-grenoble-alpes.fr>2020-04-21 01:08:58 +0200
commit8963dc970bb0c2ce8d281508da5b28b9d9aef01d (patch)
treed50ce27aa5dac1bc9447c4ac3370bd8ad4ea27ec
parent365e4f999541d8c8796ccc7210ee8fbf279fb2f1 (diff)
downloadcompcert-kvx-8963dc970bb0c2ce8d281508da5b28b9d9aef01d.tar.gz
compcert-kvx-8963dc970bb0c2ce8d281508da5b28b9d9aef01d.zip
Minor typo in docs: RTLtyping -> Ctyping
-rw-r--r--doc/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html
index 631c5d99..5f4ac5e1 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -341,7 +341,8 @@ See also: <A HREF="html/compcert.powerpc.NeedOp.html"><I>NeedOp</I></A>: process
The <A HREF="html/compcert.cfrontend.Ctyping.html">type system of CompCert C</A> is fully formalized. For some intermediate languages of the back-end, simpler type systems are used to statically capture well-formedness conditions.
<UL>
-<LI> <A HREF="html/compcert.cfrontend.Ctyping.html">Ctyping</A>: typing for CompCert C + type-checking functions.
+<LI> <A HREF="html/compcert.cfrontend.Ctyping.html">Ctyping</A>: typing for
+ CompCert C + type-checking functions.
<LI> <A HREF="html/compcert.backend.RTLtyping.html">RTLtyping</A>: typing for RTL + type
reconstruction.
<LI> <A HREF="html/compcert.backend.Lineartyping.html">Lineartyping</A>: typing for Linear.