From 3c4d970a7b0adf9ef1cb7e6ec81dc9d9e99bfcbf Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 26 Nov 2009 09:39:20 -0200 Subject: comment typos --- luaconf.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'luaconf.h') diff --git a/luaconf.h b/luaconf.h index 3d2edf8f..d39ef106 100644 --- a/luaconf.h +++ b/luaconf.h @@ -1,5 +1,5 @@ /* -** $Id: luaconf.h,v 1.115 2009/11/19 19:06:52 roberto Exp roberto $ +** $Id: luaconf.h,v 1.116 2009/11/24 12:05:44 roberto Exp roberto $ ** Configuration file for Lua ** See Copyright Notice in lua.h */ @@ -53,7 +53,7 @@ /* -@@ LUA_USE_POSIX includes all functionallity listed as X/Open System +@@ LUA_USE_POSIX includes all functionality listed as X/Open System @* Interfaces Extension (XSI). ** CHANGE it (define it) if your system is XSI compatible. */ @@ -129,7 +129,7 @@ @* template. @@ LUA_EXECDIR in a Windows path is replaced by the executable's @* directory. -@@ LUA_IGMARK is a mark to ignore all before it when bulding the +@@ LUA_IGMARK is a mark to ignore all before it when building the @* luaopen_ function name. ** CHANGE them if for some reason your system cannot use those ** characters. (E.g., if one of those characters is a common character @@ -335,7 +335,7 @@ */ /* -@@ LUA_COMPAT_FENV controls de presence of functions 'setfenv/getfenv'. +@@ LUA_COMPAT_FENV controls the presence of functions 'setfenv/getfenv'. ** CHANGE it (undefine it) if as soon as you rewrite your code to ** avoid using those functions. (You can replace them with lexical ** environments, 'loadin', or the debug library.) -- cgit v1.2.3-55-g6feb