aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Herbelin2020-01-20 08:45:18 +0100
committerHugo Herbelin2020-01-21 00:20:49 +0100
commit7e98fc9ee477505e3bb6d2c91a3d5d46d5fffbc5 (patch)
treedd9f014f1c104bd7327278643b87abe53201742e
parent64ea715e48b14ec8a793453b76db332e032d5cb0 (diff)
Typo in a comment of univ.mli.
-rw-r--r--kernel/univ.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/univ.mli b/kernel/univ.mli
index 1914ce5e34..f7c984870f 100644
--- a/kernel/univ.mli
+++ b/kernel/univ.mli
@@ -322,7 +322,7 @@ val in_punivs : 'a -> 'a puniverses
val eq_puniverses : ('a -> 'a -> bool) -> 'a puniverses -> 'a puniverses -> bool
(** A vector of universe levels with universe Constraint.t,
- representiong local universe variables and associated Constraint.t *)
+ representing local universe variables and associated Constraint.t *)
module UContext :
sig