summaryrefslogtreecommitdiff
path: root/stdlib/buffer.mli
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2003-01-21 12:56:30 +0000
committerDamien Doligez <damien.doligez-inria.fr>2003-01-21 12:56:30 +0000
commit54ac3911ce45de8b0353480872e6bc60d2c60860 (patch)
treefa262d7e99de829310c9cbbe7dfb1271b069524c /stdlib/buffer.mli
parent0bfd8d77d5e55cc383ac40440a87281254d49a28 (diff)
downloadocaml-54ac3911ce45de8b0353480872e6bc60d2c60860.tar.gz
typo dans un commentaire
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5385 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'stdlib/buffer.mli')
-rw-r--r--stdlib/buffer.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/buffer.mli b/stdlib/buffer.mli
index c4ae68469c..849f489ffe 100644
--- a/stdlib/buffer.mli
+++ b/stdlib/buffer.mli
@@ -51,7 +51,7 @@ val reset : t -> unit
buffer contents, replacing it with the initial internal string
of length [n] that was allocated by {!Buffer.create} [n].
For long-lived buffers that may have grown a lot, [reset] allows
- faster reclaimation of the space used by the buffer. *)
+ faster reclamation of the space used by the buffer. *)
val add_char : t -> char -> unit
(** [add_char b c] appends the character [c] at the end of the buffer [b]. *)