]> granicus.if.org Git - gc/commitdiff
Fix a typo in comment in pthread_support.h
authorIvan Maidanski <ivmai@mail.ru>
Wed, 11 Apr 2012 20:01:55 +0000 (00:01 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 11 Apr 2012 20:01:55 +0000 (00:01 +0400)
* include/private/pthread_support.h (DETACHED): Fix a typo in comment.

include/private/pthread_support.h

index ba0f69360b12d18aa22977caee2a374a47896323..8820fc475c308adf2ec9223f0c9591c4e854e9cb 100644 (file)
@@ -56,7 +56,7 @@ typedef struct GC_Thread_Rep {
 #       define FINISHED 1       /* Thread has exited.                   */
 #       define DETACHED 2       /* Thread is treated as detached.       */
                                 /* Thread may really be detached, or    */
-                                /* it may have have been explicitly     */
+                                /* it may have been explicitly          */
                                 /* registered, in which case we can     */
                                 /* deallocate its GC_Thread_Rep once    */
                                 /* it unregisters itself, since it      */