aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Herbelin2016-04-26 06:00:40 +0200
committerHugo Herbelin2016-06-16 17:43:29 +0200
commitbf3ef955995c39049d9a7f68797a6c3f045a2464 (patch)
tree5b1e3b9a209c17f19cd84f24f395e2a92db6ac19
parent09d6ce5340a818f24a85d568aab6502233e10273 (diff)
Typo in comment.
-rw-r--r--ltac/g_ltac.ml42
1 files changed, 1 insertions, 1 deletions
diff --git a/ltac/g_ltac.ml4 b/ltac/g_ltac.ml4
index 07b7036571..0de303c30e 100644
--- a/ltac/g_ltac.ml4
+++ b/ltac/g_ltac.ml4
@@ -176,7 +176,7 @@ GEXTEND Gram
tactic_arg_compat:
[ [ a = tactic_arg -> a
| c = Constr.constr -> (match c with CRef (r,None) -> Reference r | c -> ConstrMayEval (ConstrTerm c))
- (* Unambigous entries: tolerated w/o "ltac:" modifier *)
+ (* Unambiguous entries: tolerated w/o "ltac:" modifier *)
| "()" -> TacGeneric (genarg_of_unit ()) ] ]
;
(* Can be used as argument and at toplevel in tactic expressions. *)