summaryrefslogtreecommitdiffstats
path: root/debugger/debugger_config.ml
diff options
context:
space:
mode:
Diffstat (limited to 'debugger/debugger_config.ml')
-rw-r--r--debugger/debugger_config.ml6
1 files changed, 3 insertions, 3 deletions
diff --git a/debugger/debugger_config.ml b/debugger/debugger_config.ml
index 54d6b2d58..007a3e973 100644
--- a/debugger/debugger_config.ml
+++ b/debugger/debugger_config.ml
@@ -1,9 +1,9 @@
(***********************************************************************)
(* *)
-(* Objective Caml *)
+(* OCaml *)
(* *)
(* Jerome Vouillon, projet Cristal, INRIA Rocquencourt *)
-(* Objective Caml port by John Malecki and Xavier Leroy *)
+(* OCaml port by John Malecki and Xavier Leroy *)
(* *)
(* Copyright 1996 Institut National de Recherche en Informatique et *)
(* en Automatique. All rights reserved. This file is distributed *)
@@ -56,7 +56,7 @@ let shell =
"Win32" -> "cmd"
| _ -> "/bin/sh"
-(* Name of the Objective Caml runtime. *)
+(* Name of the OCaml runtime. *)
let runtime_program = "ocamlrun"
(* Time history size (for `last') *)