diff options
| author | Maxime Dénès | 2017-06-06 09:10:45 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-06-06 09:10:45 +0200 |
| commit | 9b44017963a742dacb381a9060f908ce421309fe (patch) | |
| tree | b5a8321c9d6e850ff6dac5fbf0666108697cdccd /kernel | |
| parent | 98dc4f985f2ddd47b4d4d6afee901a0a2bb0bde0 (diff) | |
| parent | 62012e2d412d8586bd62b60beeb0b4005a66151f (diff) | |
Merge PR#728: A few typos.
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/names.ml | 2 | ||||
| -rw-r--r-- | kernel/names.mli | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/kernel/names.ml b/kernel/names.ml index ae34033355..d7c0a5e980 100644 --- a/kernel/names.ml +++ b/kernel/names.ml @@ -590,7 +590,7 @@ module Constant = KerPair module Cmap = HMap.Make(Constant.CanOrd) (** 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 = HMap.Make(Constant.UserOrd) (** A map whose keys are constants (values of the {!Constant.t} type). 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. *) |
