From f6d0cb46f6a97018a3cb21916cb289c9e334045e Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 3 Oct 2012 07:58:00 +0000 Subject: [PATCH] ChangeLog: fix typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37074 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 265469c5cf..7445233b36 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ Wed Oct 3 15:33:02 2012 Nobuyoshi Nakada * thread_pthread.c (ruby_init_stack): use getrlimit() for the main - thread on Mac OS X, since pthread_get_stack{addr,size}_np() and + thread on Mac OS X, since pthread_get_stack{addr,size}_np() return the default value always, but not the ulimit value. [ruby-dev:46174] [Bug #7084]