summaryrefslogtreecommitdiff
path: root/bytecomp/instruct.ml
diff options
context:
space:
mode:
authorFourchaux <jprodi04@gmail.com>2019-02-13 14:04:56 +0100
committerArmaël Guéneau <Armael@users.noreply.github.com>2019-02-13 14:04:56 +0100
commit1946594bd7c9a72d1441f19942abbed89e58c0dc (patch)
tree14f9529447a42f166fbafc57e07af7b2cbc44d90 /bytecomp/instruct.ml
parent07794568ebdb36d121051e8003cb9ccdd88d847d (diff)
downloadocaml-1946594bd7c9a72d1441f19942abbed89e58c0dc.tar.gz
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
Diffstat (limited to 'bytecomp/instruct.ml')
-rw-r--r--bytecomp/instruct.ml2
1 files changed, 1 insertions, 1 deletions
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. *)