summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_core.h b/vm_core.h
index feeb61c5d6..da1f568b66 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -710,7 +710,7 @@ typedef struct rb_vm_struct {
/* object management */
VALUE mark_object_ary;
- struct global_object_list *gloabl_object_list;
+ struct global_object_list *global_object_list;
const VALUE special_exceptions[ruby_special_error_count];
/* load */