summaryrefslogtreecommitdiff
path: root/lex/main.ml
diff options
context:
space:
mode:
Diffstat (limited to 'lex/main.ml')
-rw-r--r--lex/main.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lex/main.ml b/lex/main.ml
index 57b404904c..4f05ca21e5 100644
--- a/lex/main.ml
+++ b/lex/main.ml
@@ -24,7 +24,7 @@ let output_name = ref None
let usage = "usage: ocamlex [options] sourcefile"
let print_version_string () =
- print_string "The Objective Caml lexer generator, version ";
+ print_string "The OCaml lexer generator, version ";
print_string Sys.ocaml_version ; print_newline();
exit 0