aboutsummaryrefslogtreecommitdiffstats
path: root/vm_insnhelper.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm_insnhelper.c')
-rw-r--r--vm_insnhelper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_insnhelper.c b/vm_insnhelper.c
index 79397fb311..3f06b31732 100644
--- a/vm_insnhelper.c
+++ b/vm_insnhelper.c
@@ -565,7 +565,7 @@ vm_get_const_key_cref(const VALUE *ep)
cref = CREF_NEXT(cref);
}
- /* does not incldue singleton class */
+ /* does not include singleton class */
return NULL;
}