diff options
Diffstat (limited to 'byterun/obj.c')
-rw-r--r-- | byterun/obj.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/obj.c b/byterun/obj.c index f095df5ae..7d09105b7 100644 --- a/byterun/obj.c +++ b/byterun/obj.c @@ -171,7 +171,7 @@ CAMLprim value caml_obj_add_offset (value v, value offset) } /* The following functions are used in stdlib/lazy.ml. - They are not written in O'Caml because they must be atomic with respect + They are not written in OCaml because they must be atomic with respect to the GC. */ |