aboutsummaryrefslogtreecommitdiff
path: root/clib/iStream.mli
diff options
context:
space:
mode:
Diffstat (limited to 'clib/iStream.mli')
-rw-r--r--clib/iStream.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/clib/iStream.mli b/clib/iStream.mli
index 40d579be60..e56f066c5e 100644
--- a/clib/iStream.mli
+++ b/clib/iStream.mli
@@ -31,7 +31,7 @@ val cons : 'a -> 'a t -> 'a t
(** Append an element in front of a stream. *)
val thunk : (unit -> ('a,'a t) u) -> 'a t
-(** Internalize the lazyness of a stream. *)
+(** Internalize the laziness of a stream. *)
val make : ('a -> ('b, 'a) u) -> 'a -> 'b t
(** Coiteration constructor. *)