Skip to content

Commit a05f99b

Browse files
authored
Update src/gc.c
1 parent 12ecbc4 commit a05f99b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2475,7 +2475,7 @@ module_binding: {
24752475
jl_value_t *ty = jl_atomic_load_relaxed(&b->ty);
24762476
if (ty && ty != (jl_value_t*)jl_any_type) {
24772477
verify_parent2("module", binding->parent,
2478-
&b->typ, "binding(%s)", jl_symbol_name(b->name));
2478+
&b->ty, "binding(%s)", jl_symbol_name(b->name));
24792479
if (gc_try_setmark(ty, &binding->nptr, &tag, &bits)) {
24802480
new_obj = ty;
24812481
gc_repush_markdata(&sp, gc_mark_binding_t);

0 commit comments

Comments
 (0)