Merge pull request #5955 from LanzaSchneider/master

fix: wrong comment for ```mrb_debug_get_filename```
This commit is contained in:
Yukihiro "Matz" Matsumoto
2023-03-31 08:27:27 +09:00
committed by GitHub
+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);