aboutsummaryrefslogtreecommitdiffhomepage
path: root/checker/safe_typing.ml
diff options
context:
space:
mode:
authorGravatar regisgia <regisgia@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-08-27 09:32:10 +0000
committerGravatar regisgia <regisgia@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-08-27 09:32:10 +0000
commitd12a7327183054ee5c45f5327105738dcd31c548 (patch)
treee80757e364007666f1c4205c0599db41143dda2e /checker/safe_typing.ml
parent129a58c5dd2403263b8285f345b3a5e41d480b78 (diff)
* checker/SafeTyping kernel/SafeTyping:
Fix typos. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13380 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'checker/safe_typing.ml')
-rw-r--r--checker/safe_typing.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/checker/safe_typing.ml b/checker/safe_typing.ml
index a5575892f..5e7d7f42f 100644
--- a/checker/safe_typing.ml
+++ b/checker/safe_typing.ml
@@ -140,7 +140,7 @@ end = struct
(get_table : unit -> table)) =
(* We use an integer as a key inside the table. *)
let counter = ref 0 in
- (* ... but it is wrap inside a [constr_substituted]. *)
+ (* ... but it is wrapped inside a [constr_substituted]. *)
let key_as_constr key = Declarations.from_val (Term.Rel key) in
(* During the traversal, the table is implemented by a list
@@ -163,7 +163,7 @@ end = struct
let lightened_library = traverse_library encode_const_body library in
(lightened_library, get_table ())
- (* Loading is also a traversing that decode the embedded keys that
+ (* Loading is also a traversing that decodes the embedded keys that
are inside the [lightened_library]. If the [load_proof] flag is
set, we lookup inside the table to graft the
[constr_substituted]. Otherwise, we set the [const_body] field