diff options
author | Fourchaux <jprodi04@gmail.com> | 2019-02-13 14:04:56 +0100 |
---|---|---|
committer | Armaël Guéneau <Armael@users.noreply.github.com> | 2019-02-13 14:04:56 +0100 |
commit | 1946594bd7c9a72d1441f19942abbed89e58c0dc (patch) | |
tree | 14f9529447a42f166fbafc57e07af7b2cbc44d90 /yacc/reader.c | |
parent | 07794568ebdb36d121051e8003cb9ccdd88d847d (diff) | |
download | ocaml-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 'yacc/reader.c')
-rw-r--r-- | yacc/reader.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yacc/reader.c b/yacc/reader.c index 0fb3a9cd46..ea1460b7b8 100644 --- a/yacc/reader.c +++ b/yacc/reader.c @@ -21,7 +21,7 @@ /* The line size must be a positive integer. One hundred was chosen */ /* because few lines in Yacc input grammars exceed 100 characters. */ /* Note that if a line exceeds LINESIZE characters, the line buffer */ -/* will be expanded to accomodate it. */ +/* will be expanded to accommodate it. */ #define LINESIZE 100 |