From: Ivan Maidanski Date: Wed, 11 Apr 2012 20:01:55 +0000 (+0400) Subject: Fix a typo in comment in pthread_support.h X-Git-Tag: gc7_3alpha2~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4582a953ebc7bd2098f87be4f900e7ca29779ea7;p=gc Fix a typo in comment in pthread_support.h * include/private/pthread_support.h (DETACHED): Fix a typo in comment. --- diff --git a/include/private/pthread_support.h b/include/private/pthread_support.h index ba0f6936..8820fc47 100644 --- a/include/private/pthread_support.h +++ b/include/private/pthread_support.h @@ -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 */