summaryrefslogtreecommitdiff
path: root/thread_pthread.c
diff options
context:
space:
mode:
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)