aboutsummaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/term.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/term.mli b/kernel/term.mli
index e81791426f..8a5a402a74 100644
--- a/kernel/term.mli
+++ b/kernel/term.mli
@@ -540,7 +540,7 @@ val subst_term_occ : occs:int list -> what:constr -> where:constr -> constr
val subst_term_occ_decl : occs:int list -> what:constr ->
where:named_declaration -> named_declaration
-(* [replace_subst_term c by_c in_t substitutes c by by_c in in_t *)
+(* [replace_term c by_c in_t substitutes c by by_c in in_t *)
val replace_term : constr -> constr -> constr -> constr
(* [subst_meta bl c] substitutes the metavar $i$ by $c_i$ in [c]