diff options
author | Matej Kosik <matej.kosik@inria.fr> | 2017-02-02 10:04:16 +0100 |
---|---|---|
committer | Matej Košík <matej.kosik@inria.fr> | 2017-04-20 13:11:50 +0200 |
commit | aaf20df2f9e531f1f05fbf72de796f9761cd646b (patch) | |
tree | a4d457ee0d71d3709ac899bc8033555942f19b2a | |
parent | 4fc8616852438e80b10e0247550cc8968d76e9d7 (diff) |
correcting a typo in a comment
-rw-r--r-- | kernel/declarations.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/declarations.mli b/kernel/declarations.mli index 7821ea20f..71e228b19 100644 --- a/kernel/declarations.mli +++ b/kernel/declarations.mli @@ -77,7 +77,7 @@ type typing_flags = { } (* some contraints are in constant_constraints, some other may be in - * the OpaueDef *) + * the OpaqueDef *) type constant_body = { const_hyps : Context.Named.t; (** New: younger hyp at top *) const_body : constant_def; |