diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 2011-12-21 10:41:59 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 2011-12-21 10:41:59 +0000 |
commit | e43dd3a2a185a5c04d5a39390a1be0e3921c675d (patch) | |
tree | 4ed34ac91e9c061199ca0c52f9b11d75d2d3d4b9 /stdlib/array.ml | |
parent | c8f32a4a50a3708b4ace8a4fd0e58dca26d6e0f7 (diff) |
OCaml, not Objective Caml, I get it.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@11914 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'stdlib/array.ml')
-rw-r--r-- | stdlib/array.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/array.ml b/stdlib/array.ml index b566a2704..076a3af03 100644 --- a/stdlib/array.ml +++ b/stdlib/array.ml @@ -1,6 +1,6 @@ (***********************************************************************) (* *) -(* Objective Caml *) +(* OCaml *) (* *) (* Xavier Leroy, projet Cristal, INRIA Rocquencourt *) (* *) |