]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* src/mt_allocator.cc (__pool): Fix error in comment.
authorBen Elliston <bje@au.ibm.com>
Wed, 27 Aug 2008 00:42:39 +0000 (00:42 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Wed, 27 Aug 2008 00:42:39 +0000 (10:42 +1000)
From-SVN: r139617

libstdc++-v3/ChangeLog
libstdc++-v3/src/mt_allocator.cc

index ca92259ebeb9bcdf177ecd1ce454f6c3de357e58..05a9be4caec83d959dca61cf6120de35bbe54350 100644 (file)
@@ -1,3 +1,7 @@
+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],
index da0b09cef2123331306441c2a2bc714b06ea1b70..1e64227e4e3c80064abd1333710e4fbb8ee2cdb1 100644 (file)
@@ -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);