aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Herbelin2016-07-08 12:04:56 +0200
committerHugo Herbelin2016-07-08 12:04:56 +0200
commit8b5cab33d9877f51a5b3e1f2428c08fd07302352 (patch)
tree887031169d9f414dd702fd10a43d85c5a2074bd2
parent17d8a49247ad82ca59def4c577031101f61bbf08 (diff)
Typo in a comment of stdlib.
-rw-r--r--theories/Logic/EqdepFacts.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Logic/EqdepFacts.v b/theories/Logic/EqdepFacts.v
index 30e26c7c67..bd59159bb5 100644
--- a/theories/Logic/EqdepFacts.v
+++ b/theories/Logic/EqdepFacts.v
@@ -164,7 +164,7 @@ Proof.
split; auto using eq_sig_eq_dep, eq_dep_eq_sig.
Qed.
-(** Dependent equality is equivalent tco a dependent pair of equalities *)
+(** Dependent equality is equivalent to a dependent pair of equalities *)
Set Implicit Arguments.