From 1e8adda1fc192247a09c29c5806eb647e427028a Mon Sep 17 00:00:00 2001 From: kosaki Date: Mon, 4 Jul 2011 12:58:07 +0000 Subject: comment fix. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32402 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 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) -- cgit v1.2.3