summaryrefslogtreecommitdiffstats
path: root/man/ocaml.m
diff options
context:
space:
mode:
Diffstat (limited to 'man/ocaml.m')
-rw-r--r--man/ocaml.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/ocaml.m b/man/ocaml.m
index 4b3b04498..80d641c12 100644
--- a/man/ocaml.m
+++ b/man/ocaml.m
@@ -22,7 +22,7 @@ The
.BR ocaml (1)
command is the toplevel system for OCaml,
that permits interactive use of the OCaml system through a
-read-eval-print loop. In this mode, the system repeatedly reads Caml
+read-eval-print loop. In this mode, the system repeatedly reads OCaml
phrases from the input, then typechecks, compiles and evaluates
them, then prints the inferred type and result value, if any. The
system prints a # (sharp) prompt before reading each phrase.