From 77420798eb4a3ed98e7b6b377380eafa6f03009a Mon Sep 17 00:00:00 2001 From: hsbt Date: Mon, 14 Dec 2015 02:51:13 +0000 Subject: * compile.c: fix typos. [ci skip][fix GH-1140] Patch by @jutaz * dir.c: ditto. * gc.c: ditto. * io.c: ditto. * node.h: ditto. * thread_pthread.c: ditto. * vm_insnhelper.c: ditto. * vsnprintf.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53103 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_insnhelper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vm_insnhelper.c') 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; } -- cgit v1.2.3