From 6851be0f0cf393334a90ff4a4341b20e46cd12fe 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 --- thread_pthread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thread_pthread.c') diff --git a/thread_pthread.c b/thread_pthread.c index 6638d53d21..2a15816713 100644 --- a/thread_pthread.c +++ b/thread_pthread.c @@ -520,7 +520,7 @@ size_t pthread_get_stacksize_np(pthread_t); /* * As the PTHREAD_STACK_MIN is undefined and - * noone touches the default stacksize, + * no one touches the default stacksize, * it is just fine to use the default. */ #define pthread_attr_get_np(thid, attr) 0 -- cgit v1.2.3