aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/bigint.mli2
-rw-r--r--lib/rtree.mli2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/bigint.mli b/lib/bigint.mli
index 38de5b6172..f363d536a5 100644
--- a/lib/bigint.mli
+++ b/lib/bigint.mli
@@ -6,7 +6,7 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-(* $Id$ *)
+(*i $Id$ i*)
(*i*)
open Pp
diff --git a/lib/rtree.mli b/lib/rtree.mli
index 02112428c8..80523d588f 100644
--- a/lib/rtree.mli
+++ b/lib/rtree.mli
@@ -20,7 +20,7 @@ val mk_node : 'a -> 'a t array -> 'a t
val mk_rec : 'a t array -> 'a t array
(* [lift k t] increases of [k] the free parameters of [t]. Needed
- to avoid captures when a tree appears under mk_rec *)
+ to avoid captures when a tree appears under [mk_rec] *)
val lift : int -> 'a t -> 'a t
val map : ('a -> 'b) -> 'a t -> 'b t