lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> I don't know if feedback on typos in code comments are welcome, but
> in the newly added fragment of code in the diff there is one:
> 
> > ** $Id: loadlib.c,v 1.124 2015/01/05 13:51:39 roberto Exp $
> 137a138,149
> > /*
> > ** Macro to covert pointer to void* to pointer to function. This cast
> > ** is undefined according to ISO C, but POSIX assumes that it must work.
> > ** (The '__extension__' in gnu compilers is only to avoid warnings.)
> > */
> 
> see "Macro to *convert*" instead of "*covert*".

They are; thanks.

-- Roberto