mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
fix: wrong comment for ``mrb_debug_get_filename``
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user