summaryrefslogtreecommitdiffstats
path: root/byterun/obj.c
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2012-02-10 16:15:24 +0000
committerDamien Doligez <damien.doligez-inria.fr>2012-02-10 16:15:24 +0000
commite7f5b858c2aee1fc6caeefc3d7c80ca696be2897 (patch)
treef6e4f76927ce2a4f604fcc0596f1b6505cc39fe3 /byterun/obj.c
parentd7cbf2a01a390f2fe6bedef1292bb5aa55d8b6f7 (diff)
More renaming to OCaml
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12149 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'byterun/obj.c')
-rw-r--r--byterun/obj.c2
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.
*/