fix: wrong comment for ``mrb_debug_get_filename``

This commit is contained in:
Lanza
2023-03-30 06:57:33 +08:00
committed by GitHub
parent 1c765dc37a
commit 01b03d852f
+1 -1
View File
@@ -46,7 +46,7 @@ typedef struct mrb_irep_debug_info {
} mrb_irep_debug_info;
/*
* get line from irep's debug info and program counter
* get filename from irep's debug info and program counter
* @return returns NULL if not found
*/
MRB_API const char *mrb_debug_get_filename(mrb_state *mrb, const mrb_irep *irep, uint32_t pc);