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 fbffa30b28..7e01bfb994 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -326,7 +326,7 @@ typedef struct rb_vm_struct {
/* signal */
rb_atomic_t signal_buff[RUBY_NSIG];
- rb_atomic_t bufferd_signal_size;
+ rb_atomic_t buffered_signal_size;
/* hook */
rb_event_hook_t *event_hooks;