diff options
author | Alain Frisch <alain@frisch.fr> | 2012-01-18 08:31:11 +0000 |
---|---|---|
committer | Alain Frisch <alain@frisch.fr> | 2012-01-18 08:31:11 +0000 |
commit | c45bcb892d78f3182acb2805aef7ec6e23cce42a (patch) | |
tree | b92b5d6becb9e67a198bc2e070d748eeef62bc3d /stdlib/sys.mli | |
parent | cdbb84ec682704379bac21a633cbd2b9e93b35a8 (diff) | |
parent | 869feeb00704e0640c45ffe6aee6cc13e4077f79 (diff) | |
download | ocaml-unused_declarations.tar.gz |
Synchronize with trunk.unused_declarations
git-svn-id: http://caml.inria.fr/svn/ocaml/branches/unused_declarations@12034 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
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 ee5021dcc1..4913bef8ee 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 |