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 2ae5318607..5a6643674a 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -460,7 +460,7 @@ struct rb_iseq_constant_body {
} variable;
unsigned int local_table_size;
- unsigned int ic_size; // Number if IC caches
+ unsigned int ic_size; // Number of IC caches
unsigned int ise_size; // Number of ISE caches
unsigned int ivc_size; // Number of IVC and ICVARC caches
unsigned int ci_size;