1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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;