aboutsummaryrefslogtreecommitdiff
path: root/lualib.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1998-06-19 13:14:09 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1998-06-19 13:14:09 -0300
commit9618aaf07d0d82ccbac91db22cb42451ec17d7ed (patch)
tree199314fbf7462d174921c71af389da14b4f6c595 /lualib.h
parentbec9bc4154e54fbc19b134874f6301f1e4654d5d (diff)
downloadlua-9618aaf07d0d82ccbac91db22cb42451ec17d7ed.tar.gz
lua-9618aaf07d0d82ccbac91db22cb42451ec17d7ed.tar.bz2
lua-9618aaf07d0d82ccbac91db22cb42451ec17d7ed.zip
small corrections in comments
Diffstat (limited to 'lualib.h')
-rw-r--r--lualib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lualib.h b/lualib.h
index dabe8f7a..cf17599a 100644
--- a/lualib.h
+++ b/lualib.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lualib.h,v 1.2 1997/11/26 18:53:45 roberto Exp roberto $ 2** $Id: lualib.h,v 1.3 1997/12/17 20:48:58 roberto Exp roberto $
3** Lua standard libraries 3** Lua standard libraries
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -26,7 +26,7 @@ void lua_mathlibopen (void);
26 26
27 27
28 28
29/* auxiliar functions (private) */ 29/* Auxiliary functions (private) */
30 30
31int luaI_singlematch (int c, char *p, char **ep); 31int luaI_singlematch (int c, char *p, char **ep);
32 32