Fix a typo

This commit is contained in:
Yuichiro Kaneko 2019-11-10 22:18:08 +09:00
parent 4570284ce1
commit ef03d48cb2

View File

@ -3,7 +3,7 @@
#include "iseq.h"
#include "builtin.h"
// include from miniinits.c
// included from miniinit.c
static struct st_table *loaded_builtin_table;