Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7ea44b5

Browse files
committed
details (typos in comments)
1 parent 63048dc commit 7ea44b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

luaconf.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: luaconf.h,v 1.176 2013/03/16 21:10:18 roberto Exp $
2+
** $Id: luaconf.h,v 1.176.1.1 2013/04/12 18:48:47 roberto Exp roberto $
33
** Configuration file for Lua
44
** See Copyright Notice in lua.h
55
*/
@@ -326,7 +326,7 @@
326326

327327

328328
/*
329-
@@ LUA_INT32 is an signed integer with exactly 32 bits.
329+
@@ LUA_INT32 is a signed integer with exactly 32 bits.
330330
@@ LUAI_UMEM is an unsigned integer big enough to count the total
331331
@* memory used by Lua.
332332
@@ LUAI_MEM is a signed integer big enough to count the total memory
@@ -350,7 +350,7 @@
350350
/*
351351
@@ LUAI_MAXSTACK limits the size of the Lua stack.
352352
** CHANGE it if you need a different limit. This limit is arbitrary;
353-
** its only purpose is to stop Lua to consume unlimited stack
353+
** its only purpose is to stop Lua from consuming unlimited stack
354354
** space (and to reserve some numbers for pseudo-indices).
355355
*/
356356
#if LUAI_BITSINT >= 32

0 commit comments

Comments
 (0)