diff options
Diffstat (limited to 'bytecomp')
-rw-r--r-- | bytecomp/instruct.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bytecomp/instruct.ml b/bytecomp/instruct.ml index a26c09458..7757c7d48 100644 --- a/bytecomp/instruct.ml +++ b/bytecomp/instruct.ml @@ -107,5 +107,5 @@ let immed_min = -0x40000000 and immed_max = 0x3FFFFFFF (* Actually the abstract machine accomodates -0x80000000 to 0x7FFFFFFF, - but these numbers overflow the Caml type int if the compiler runs on + but these numbers overflow the OCaml type int if the compiler runs on a 32-bit processor. *) |