mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix typo in r35183
* variable.c (mark_global_entry): fix typo in r35183. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35234 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
096ffa2a63
commit
f9b8e21fd1
1 changed files with 1 additions and 1 deletions
|
@ -460,7 +460,7 @@ readonly_setter(VALUE val, ID id, void *data, struct global_variable *gvar)
|
|||
static int
|
||||
mark_global_entry(st_data_t k, st_data_t v, st_data_t a)
|
||||
{
|
||||
ID key = (ID)key;
|
||||
ID key = (ID)k;
|
||||
struct global_entry *entry = (struct global_entry *)v;
|
||||
struct trace_var *trace;
|
||||
struct global_variable *var = entry->var;
|
||||
|
|
Loading…
Add table
Reference in a new issue