diff options
Diffstat (limited to 'byterun/ints.c')
-rw-r--r-- | byterun/ints.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/ints.c b/byterun/ints.c index 4fa1657be..34b5db238 100644 --- a/byterun/ints.c +++ b/byterun/ints.c @@ -142,7 +142,7 @@ static char * parse_format(value fmt, char lastletter; mlsize_t len, len_suffix; - /* Copy Caml format fmt to format_string, + /* Copy OCaml format fmt to format_string, adding the suffix before the last letter of the format */ len = caml_string_length(fmt); len_suffix = strlen(suffix); |