diff options
Diffstat (limited to 'ltests.c')
-rw-r--r-- | ltests.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -476,7 +476,7 @@ static void checkrefs (global_State *g, GCObject *o) { | |||
476 | /* | 476 | /* |
477 | ** Check consistency of an object: | 477 | ** Check consistency of an object: |
478 | ** - Dead objects can only happen in the 'allgc' list during a sweep | 478 | ** - Dead objects can only happen in the 'allgc' list during a sweep |
479 | ** phase (controled by the caller through 'maybedead'). | 479 | ** phase (controlled by the caller through 'maybedead'). |
480 | ** - During pause, all objects must be white. | 480 | ** - During pause, all objects must be white. |
481 | ** - In generational mode: | 481 | ** - In generational mode: |
482 | ** * objects must be old enough for their lists ('listage'). | 482 | ** * objects must be old enough for their lists ('listage'). |
@@ -783,7 +783,7 @@ static int mem_query (lua_State *L) { | |||
783 | return 1; | 783 | return 1; |
784 | } | 784 | } |
785 | } | 785 | } |
786 | return luaL_error(L, "unkown type '%s'", t); | 786 | return luaL_error(L, "unknown type '%s'", t); |
787 | } | 787 | } |
788 | } | 788 | } |
789 | 789 | ||