aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclrenard2001-05-16 16:39:47 +0000
committerclrenard2001-05-16 16:39:47 +0000
commitc4a158626505692c1c7749c25006f6af05bf4df9 (patch)
treebe6881cec527d0ece9f3d795a739ee91933a1c2b
parent6646b60591225f49d7f1783dbd4ede91abacb273 (diff)
Correction d'un commentaire erroné.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1755 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--library/declare.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/declare.mli b/library/declare.mli
index bde04bfba0..43eed7bd8e 100644
--- a/library/declare.mli
+++ b/library/declare.mli
@@ -53,7 +53,7 @@ val declare_constant : identifier -> constant_declaration -> constant_path
val declare_parameter : identifier -> constr -> constant_path
-(* [declare_constant id cd] declares a block of inductive types with
+(* [declare_mind me] declares a block of inductive types with
their constructors in the current section; it returns the path of
the whole block *)
val declare_mind : mutual_inductive_entry -> mutual_inductive_path