projects
/
gc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c20772b
)
Fix a typo in comment in pthread_support.h
author
Ivan Maidanski
<ivmai@mail.ru>
Wed, 11 Apr 2012 20:01:55 +0000
(
00:01
+0400)
committer
Ivan Maidanski
<ivmai@mail.ru>
Wed, 11 Apr 2012 20:04:37 +0000
(
00:04
+0400)
* include/private/pthread_support.h (DETACHED): Fix a typo in comment.
include/private/pthread_support.h
patch
|
blob
|
history
diff --git
a/include/private/pthread_support.h
b/include/private/pthread_support.h
index ba0f69360b12d18aa22977caee2a374a47896323..8820fc475c308adf2ec9223f0c9591c4e854e9cb 100644
(file)
--- 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 */