diff options
Diffstat (limited to 'stdlib/sys.mli')
-rw-r--r-- | stdlib/sys.mli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/sys.mli b/stdlib/sys.mli index ee5021dcc..4913bef8e 100644 --- a/stdlib/sys.mli +++ b/stdlib/sys.mli @@ -75,13 +75,13 @@ val interactive : bool ref the interactive toplevel system [ocaml]. *) val os_type : string -(** Operating system currently executing the Caml program. One of +(** Operating system currently executing the OCaml program. One of - ["Unix"] (for all Unix versions, including Linux and Mac OS X), - ["Win32"] (for MS-Windows, OCaml compiled with MSVC++ or Mingw), - ["Cygwin"] (for MS-Windows, OCaml compiled with Cygwin). *) val word_size : int -(** Size of one word on the machine currently executing the Caml +(** Size of one word on the machine currently executing the OCaml program, in bits: 32 or 64. *) val max_string_length : int |