summaryrefslogtreecommitdiffstats
path: root/byterun/intext.h
diff options
context:
space:
mode:
Diffstat (limited to 'byterun/intext.h')
-rw-r--r--byterun/intext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/intext.h b/byterun/intext.h
index b771a34ad..0b1597666 100644
--- a/byterun/intext.h
+++ b/byterun/intext.h
@@ -104,7 +104,7 @@ value caml_input_val (struct channel * chan);
/* </private> */
CAMLextern value caml_input_val_from_string (value str, intnat ofs);
- /* Read a structured value from the Caml string [str], starting
+ /* Read a structured value from the OCaml string [str], starting
at offset [ofs]. */
CAMLextern value caml_input_value_from_malloc(char * data, intnat ofs);
/* Read a structured value from a malloced buffer. [data] points