From 9618aaf07d0d82ccbac91db22cb42451ec17d7ed Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 19 Jun 1998 13:14:09 -0300 Subject: small corrections in comments --- lualib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lualib.h') diff --git a/lualib.h b/lualib.h index dabe8f7a..cf17599a 100644 --- a/lualib.h +++ b/lualib.h @@ -1,5 +1,5 @@ /* -** $Id: lualib.h,v 1.2 1997/11/26 18:53:45 roberto Exp roberto $ +** $Id: lualib.h,v 1.3 1997/12/17 20:48:58 roberto Exp roberto $ ** Lua standard libraries ** See Copyright Notice in lua.h */ @@ -26,7 +26,7 @@ void lua_mathlibopen (void); -/* auxiliar functions (private) */ +/* Auxiliary functions (private) */ int luaI_singlematch (int c, char *p, char **ep); -- cgit v1.2.3-55-g6feb