summaryrefslogtreecommitdiffstats
path: root/byterun/callback.c
diff options
context:
space:
mode:
Diffstat (limited to 'byterun/callback.c')
-rw-r--r--byterun/callback.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/byterun/callback.c b/byterun/callback.c
index 0d781259a..c7fc77220 100644
--- a/byterun/callback.c
+++ b/byterun/callback.c
@@ -13,7 +13,7 @@
/* $Id$ */
-/* Callbacks from C to Caml */
+/* Callbacks from C to OCaml */
#include <string.h>
#include "callback.h"
@@ -195,7 +195,7 @@ CAMLexport value caml_callbackN (value closure, int narg, value args[])
return res;
}
-/* Naming of Caml values */
+/* Naming of OCaml values */
struct named_value {
value val;