summaryrefslogtreecommitdiff
path: root/byterun/memory.c
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2013-05-22 12:56:54 +0000
committerDamien Doligez <damien.doligez-inria.fr>2013-05-22 12:56:54 +0000
commitc3bf54a7b671bddfc1d8fd63e8221698f0e2b66a (patch)
treea70877e688c96878531ebad24f48f954bd6b14a5 /byterun/memory.c
parentccf56e3b2a20176a99d559229f39d4699db55fd4 (diff)
downloadocaml-c3bf54a7b671bddfc1d8fd63e8221698f0e2b66a.tar.gz
merge changes from version/4.00 from 4.00.1 to r13697
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13699 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'byterun/memory.c')
-rw-r--r--byterun/memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/memory.c b/byterun/memory.c
index ba63b32452..6f86e3e9ac 100644
--- a/byterun/memory.c
+++ b/byterun/memory.c
@@ -500,7 +500,7 @@ CAMLexport void caml_adjust_gc_speed (mlsize_t res, mlsize_t max)
A block value [v] is a shared block if and only if [Is_in_heap (v)]
is true.
*/
-/* [caml_initialize] never calls the GC, so you may call it while an block is
+/* [caml_initialize] never calls the GC, so you may call it while a block is
unfinished (i.e. just after a call to [caml_alloc_shr].) */
void caml_initialize (value *fp, value val)
{