summaryrefslogtreecommitdiffstats
path: root/asmrun/backtrace.c
diff options
context:
space:
mode:
Diffstat (limited to 'asmrun/backtrace.c')
-rw-r--r--asmrun/backtrace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asmrun/backtrace.c b/asmrun/backtrace.c
index c9581dd27..7b47c0bfc 100644
--- a/asmrun/backtrace.c
+++ b/asmrun/backtrace.c
@@ -193,7 +193,7 @@ void caml_print_exception_backtrace(void)
}
}
-/* Convert the backtrace to a data structure usable from Caml */
+/* Convert the backtrace to a data structure usable from OCaml */
CAMLprim value caml_get_exception_backtrace(value unit)
{