aboutsummaryrefslogtreecommitdiffstats
path: root/thread_pthread.c
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-14 02:51:13 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-14 02:51:13 +0000
commit77420798eb4a3ed98e7b6b377380eafa6f03009a (patch)
treeaba3d5c9b3e35802ab49d9960c612dc6dc81c1f6 /thread_pthread.c
parented113752fbd7a3158dea4bcdfa76e050995822fb (diff)
downloadruby-77420798eb4a3ed98e7b6b377380eafa6f03009a.tar.gz
* 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
Diffstat (limited to 'thread_pthread.c')
-rw-r--r--thread_pthread.c2
1 files changed, 1 insertions, 1 deletions
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