From 1946594bd7c9a72d1441f19942abbed89e58c0dc Mon Sep 17 00:00:00 2001 From: Fourchaux Date: Wed, 13 Feb 2019 14:04:56 +0100 Subject: Fixing typos in various files (#2246) Note: Typos found with https://github.com/codespell-project/codespell Here is the (semi-manual) command used to get (and correct) the typos: $ codespell -i 3 -w --skip=".png,.gif,./ocaml/boot,./ocaml/.git,./ocaml/manual/styles,./ocaml/manual/manual/htmlman" -L minimise,instal,contructor,"o'caml",cristal,pres,clos,cmo,uint,iff,te,objext,nto,nd,mut,upto,larg,exten,leage,mthod,delte,tim,atleast,langage,hten,iwth,mke,contant,succint,methids,eles,valu,clas,modul,que,classe,missings,froms,defaut,correspondance,differents,configury,reachs,cas,approche,normale,dur,millon,amin,oje,transfert --- bytecomp/instruct.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bytecomp/instruct.ml') diff --git a/bytecomp/instruct.ml b/bytecomp/instruct.ml index d7dae7fc32..9916362855 100644 --- a/bytecomp/instruct.ml +++ b/bytecomp/instruct.ml @@ -108,6 +108,6 @@ type instruction = let immed_min = -0x40000000 and immed_max = 0x3FFFFFFF -(* Actually the abstract machine accomodates -0x80000000 to 0x7FFFFFFF, +(* Actually the abstract machine accommodates -0x80000000 to 0x7FFFFFFF, but these numbers overflow the OCaml type int if the compiler runs on a 32-bit processor. *) -- cgit v1.2.1