Commit 41e404e6 by Ben Elliston Committed by Ben Elliston

* src/mt_allocator.cc (__pool): Fix error in comment.

From-SVN: r139617
parent e9a5754d
2008-08-26 Ben Elliston <bje@au.ibm.com>
* src/mt_allocator.cc (__pool): Fix error in comment.
2008-08-25 Paolo Carlini <paolo.carlini@oracle.com>
* linkage.m4 ([GLIBCXX_CHECK_BUILTIN_MATH_DECL_AND_LINKAGE_1],
......
......@@ -610,7 +610,7 @@ _GLIBCXX_BEGIN_NAMESPACE(__gnu_cxx)
// If we have thread support and it's active we check the thread
// key value and return its id or if it's not set we take the
// first record from _M_thread_freelist and sets the key and
// returns it's id.
// returns its id.
if (__gthread_active_p())
{
void* v = __gthread_getspecific(freelist._M_key);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment