1
0
mirror of https://github.com/elua/elua.git synced 2025-01-25 01:02:54 +08:00

Fix latter part of comment (yes, this is the 3rd commit for a single line

change).
This commit is contained in:
James Snyder 2009-06-29 16:44:22 +00:00
parent 957d589904
commit 1e9c8fd50c

View File

@ -313,7 +313,7 @@
** mean larger pauses which mean slower collection.) You can also change
** this value dynamically.
*/
#define LUAI_GCPAUSE 110 /* 110% (wait memory to double before next GC) */
#define LUAI_GCPAUSE 110 /* 110% (wait memory to grow 10% before next gc) */
/*