aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--parsing/egramcoq.ml2
-rw-r--r--toplevel/toplevel.ml2
2 files changed, 2 insertions, 2 deletions
diff --git a/parsing/egramcoq.ml b/parsing/egramcoq.ml
index 0dc83c4c08..dd32c99ba7 100644
--- a/parsing/egramcoq.ml
+++ b/parsing/egramcoq.ml
@@ -19,7 +19,7 @@ open Tacexpr
open Names
open Egramml
- (**************************************************************************)
+(**************************************************************************)
(*
* --- Note on the mapping of grammar productions to camlp4 actions ---
*
diff --git a/toplevel/toplevel.ml b/toplevel/toplevel.ml
index 01cc8834bc..175a95165d 100644
--- a/toplevel/toplevel.ml
+++ b/toplevel/toplevel.ml
@@ -22,7 +22,7 @@ type input_buffer = {
mutable len : int; (* number of chars in the buffer *)
mutable bols : int list; (* offsets in str of begining of lines *)
mutable tokens : Gram.parsable; (* stream of tokens *)
- mutable start : in } (* stream count of the first char of the buffer *)
+ mutable start : int } (* stream count of the first char of the buffer *)
(* Double the size of the buffer. *)