public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* PATCH: comment fix in libstdc++
@ 2008-08-28  5:26 Ben Elliston
  0 siblings, 0 replies; only message in thread
From: Ben Elliston @ 2008-08-28  5:26 UTC (permalink / raw)
  To: libstdc++; +Cc: gcc-patches

Found as part of a search for other errors of its (not it's) kind ;-).
Committed as obvious.

Cheers, Ben 

2008-08-26  Ben Elliston  <bje@au.ibm.com>

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

Index: libstdc++-v3/src/mt_allocator.cc
===================================================================
--- libstdc++-v3/src/mt_allocator.cc    (revision 139616)
+++ libstdc++-v3/src/mt_allocator.cc    (working copy)
@@ -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);


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-08-27  0:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-28  5:26 PATCH: comment fix in libstdc++ Ben Elliston

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).