summaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2013-06-17 12:37:06 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2013-06-17 12:37:06 +0000
commit058d0971b27d5f64c76d96c710eedb0eaca5c457 (patch)
treef8868f8261c1879d19d1d3cddc7739504f03dba2 /backend
parent3f60cd1c130199a40fc8528a861a35ae45b7c682 (diff)
Typo in comment
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2279 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'backend')
-rw-r--r--backend/RTLtyping.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/RTLtyping.v b/backend/RTLtyping.v
index b4702cf..24f8d7b 100644
--- a/backend/RTLtyping.v
+++ b/backend/RTLtyping.v
@@ -394,7 +394,7 @@ Definition type_code (e: S.typenv): res S.typenv :=
end)
f.(fn_code) (OK e).
-(** S remaining constraints *)
+(** Solve remaining constraints *)
Definition check_params_norepet (params: list reg): res unit :=
if list_norepet_dec Reg.eq params then OK tt else Error(msg "duplicate parameters").