Skip to content

Commit ac0393e

Browse files
committed
Update documentation for pointer type change
1 parent c15037b commit ac0393e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/util.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ void laco_kill(struct LacoState* laco, int status, const char* message);
3333
* When there is a value on the lua stack, it will print out depending on
3434
* the type it is
3535
*
36-
* param pointer to lua_State
36+
* param pointer to LacoState
3737
*
3838
* return LUA_ERRSYNTAX if the value has some error
3939
*/
@@ -42,7 +42,7 @@ int laco_print_type(struct LacoState* laco);
4242
/**
4343
* Prints out and pops off errors pushed into the lua stack
4444
*
45-
* param pointer to lua_State
45+
* param pointer to LacoState
4646
* param incoming lua stack status
4747
*/
4848
void laco_report_error(struct LacoState* laco, int status);

0 commit comments

Comments
 (0)