diff options
author | Pierre Weis <Pierre.Weis@inria.fr> | 2007-05-25 07:17:37 +0000 |
---|---|---|
committer | Pierre Weis <Pierre.Weis@inria.fr> | 2007-05-25 07:17:37 +0000 |
commit | 0efd168f4840787bf9026a8441ccf43eb86cf616 (patch) | |
tree | 335f0bf838d6781f671da3c5732403325beecbfb /otherlibs/bigarray | |
parent | 1dd68ccf50afba140553a7cac8586dce93ffbbf2 (diff) |
Typos reported by Hendrik Tews (PR #4292) No 4, 6, 10, 11.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@8275 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/bigarray')
-rw-r--r-- | otherlibs/bigarray/bigarray.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/bigarray/bigarray.mli b/otherlibs/bigarray/bigarray.mli index 74848843e..617dba011 100644 --- a/otherlibs/bigarray/bigarray.mli +++ b/otherlibs/bigarray/bigarray.mli @@ -391,7 +391,7 @@ module Genarray : the file descriptor [fd] (as opened previously with [Unix.openfile], for example). The optional [pos] parameter is the byte offset in the file of the data being mapped; - it default to 0 (map from the beginning of the file). + it defaults to 0 (map from the beginning of the file). If [shared] is [true], all modifications performed on the array are reflected in the file. This requires that [fd] be opened |