aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/clenv.mli
diff options
context:
space:
mode:
Diffstat (limited to 'pretyping/clenv.mli')
-rw-r--r--pretyping/clenv.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/pretyping/clenv.mli b/pretyping/clenv.mli
index 9ad64e31d..b1f08a691 100644
--- a/pretyping/clenv.mli
+++ b/pretyping/clenv.mli
@@ -28,7 +28,7 @@ open Mod_subst
* [templval] is the template which we are trying to fill out.
* [templtyp] is its type.
* [namenv] is a mapping from metavar numbers to names, for
- * use in instanciating metavars by name.
+ * use in instantiating metavars by name.
*)
type clausenv = {
templenv : env;