aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/typeops.ml
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2005-12-17 21:07:17 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2005-12-17 21:07:17 +0000
commitcea2061080d540c0507192eca1887ea4b502680d (patch)
tree4eee8420ee1cead95242a0dc6a5ea47f6b5fc39f /kernel/typeops.ml
parentd7e634b61c0f6db8f2593fbdd5de8f8418beb84a (diff)
Orthographe de 'instantiate'
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@7659 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/typeops.ml')
-rw-r--r--kernel/typeops.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/typeops.ml b/kernel/typeops.ml
index 3a968545f..89a1c1982 100644
--- a/kernel/typeops.ml
+++ b/kernel/typeops.ml
@@ -106,7 +106,7 @@ let judge_of_variable env id =
(* Management of context of variables. *)
-(* Checks if a context of variable can be instanciated by the
+(* Checks if a context of variable can be instantiated by the
variables of the current env *)
(* TODO: check order? *)
let rec check_hyps_inclusion env sign =