diff options
| author | Hugo Herbelin | 2017-05-29 21:01:23 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2017-06-04 19:25:22 +0200 |
| commit | 62012e2d412d8586bd62b60beeb0b4005a66151f (patch) | |
| tree | 53c3f21b2f972a383c4b603bcae11bd13d257a6f /kernel/names.mli | |
| parent | b91f5d1adbd039809e31b5311d06b376829de1fc (diff) | |
A few typos.
Diffstat (limited to 'kernel/names.mli')
| -rw-r--r-- | kernel/names.mli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/names.mli b/kernel/names.mli index c73eb197bb..004d52d4b3 100644 --- a/kernel/names.mli +++ b/kernel/names.mli @@ -379,9 +379,9 @@ module Cset_env : CSig.SetS with type elt = Constant.t module Cmap : Map.ExtS with type key = Constant.t and module Set := Cset (** A map whose keys are constants (values of the {!Constant.t} type). - Keys are ordered wrt. "cannonical form" of the constant. *) + Keys are ordered wrt. "canonical form" of the constant. *) -module Cmap_env : Map.ExtS with type key = Constant.t and module Set := Cset_env +module Cmap_env : Map.ExtS with type key = Constant.t and module Set := Cset_env (** A map whose keys are constants (values of the {!Constant.t} type). Keys are ordered wrt. "user form" of the constant. *) |
