Fix various typos
Found via `codespell -q 3 -L ans,anumber,ba,bae,chello,clos,cmo,coo,dout,fo,funktion,goin,inout,methid,nd,nin,nnumber,object,objekt,od,ois,packag,parm,parms,pres,statics,strack,struc,tempdate,te,thru,uint,upto,writen`
This commit is contained in:
parent
1aeaa2a644
commit
c8bec18554
19 changed files with 19 additions and 19 deletions
|
|
@ -25,7 +25,7 @@
|
|||
%{
|
||||
#define yylex yylex
|
||||
|
||||
/* doh.h uses #pragma GCC posion with GCC to prevent direct calls to certain
|
||||
/* doh.h uses #pragma GCC poison with GCC to prevent direct calls to certain
|
||||
* standard C library functions being introduced, but those cause errors due
|
||||
* to checks like `#if defined YYMALLOC || defined malloc` in the bison
|
||||
* template code. We can't easily arrange to include headers after that
|
||||
|
|
|
|||
|
|
@ -940,7 +940,7 @@ int R::OutputClassMethodsTable(File *) {
|
|||
* The entries are indexed by <class name>_set and
|
||||
* <class_name>_get. Each entry is a List *.
|
||||
|
||||
* out - the stram where the code is to be written. This is the S
|
||||
* out - the stream where the code is to be written. This is the S
|
||||
* code stream as we generate only S code here.
|
||||
* --------------------------------------------------------------*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue