summaryrefslogtreecommitdiff
path: root/thread_pthread.c
diff options
context:
space:
mode:
authorkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-04 12:58:07 +0000
committerkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-04 12:58:07 +0000
commit1e8adda1fc192247a09c29c5806eb647e427028a (patch)
tree819431a74b790d27b414c0c26c05364b38ef7114 /thread_pthread.c
parent74454f5796fda5c7ec2d47a95acccb7d742a0974 (diff)
comment fix.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32402 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 ab4036f4d2..abb547defb 100644
--- a/thread_pthread.c
+++ b/thread_pthread.c
@@ -454,7 +454,7 @@ static rb_thread_t *register_cached_thread_and_wait(void);
#ifdef STACKADDR_AVAILABLE
/*
- * Get the highest address and size of current thread's stack
+ * Get the initial address and size of current thread's stack
*/
static int
get_stack(void **addr, size_t *size)