aboutsummaryrefslogtreecommitdiffstats
path: root/backend/Locations.v
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2013-05-06 11:32:22 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2013-05-06 11:32:22 +0000
commit76555ffd2403b3ebf1ea353063c16763e6493722 (patch)
tree16b044dd521b32f4f8f3b759f15b811196679274 /backend/Locations.v
parent52808842306243ed922eb8e7cf0525f1d890198c (diff)
downloadcompcert-kvx-76555ffd2403b3ebf1ea353063c16763e6493722.tar.gz
compcert-kvx-76555ffd2403b3ebf1ea353063c16763e6493722.zip
Refactoring: move definition of chunk_of_type to AST.v.
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2238 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'backend/Locations.v')
-rw-r--r--backend/Locations.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/Locations.v b/backend/Locations.v
index 2f2dae84..f7fb6078 100644
--- a/backend/Locations.v
+++ b/backend/Locations.v
@@ -273,7 +273,7 @@ End Loc.
(** The [Locmap] module defines mappings from locations to values,
used as evaluation environments for the semantics of the [LTL]
- and [LTLin] intermediate languages. *)
+ and [Linear] intermediate languages. *)
Set Implicit Arguments.