aboutsummaryrefslogtreecommitdiffstats
path: root/common/Values.v
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2015-05-06 11:26:27 +0200
committerXavier Leroy <xavier.leroy@inria.fr>2015-05-06 11:26:27 +0200
commitd741845da605f75a3cf650fe2915940ce58ddaa5 (patch)
tree6701a767cf4f646ad3b9bb636b8d1b6a3da8e269 /common/Values.v
parente9fa9cbdc761f8c033e9b702f7485982faed3f7d (diff)
downloadcompcert-kvx-d741845da605f75a3cf650fe2915940ce58ddaa5.tar.gz
compcert-kvx-d741845da605f75a3cf650fe2915940ce58ddaa5.zip
Typo: Val.sun_inject -> Val.sub_inject.
Diffstat (limited to 'common/Values.v')
-rw-r--r--common/Values.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Values.v b/common/Values.v
index a4ead481..8877f9a7 100644
--- a/common/Values.v
+++ b/common/Values.v
@@ -1545,7 +1545,7 @@ Proof.
repeat rewrite Int.add_assoc. decEq. apply Int.add_commut.
Qed.
-Remark sun_inject:
+Remark sub_inject:
forall v1 v1' v2 v2',
inject f v1 v1' ->
inject f v2 v2' ->