summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2022-10-03 19:57:23 +0300
committerIvan Maidanski <ivmai@mail.ru>2022-11-14 21:49:13 +0300
commit6d38614d7130c736442a2a7c6a9fcf69480592f8 (patch)
treebc5de1e22c4b8d21b79c49f2ad6a28aa297d3e48
parent2d6c7cd42d08216ba8dc113e0b00daad959a9f3d (diff)
downloadbdwgc-6d38614d7130c736442a2a7c6a9fcf69480592f8.tar.gz
Fix typo in comment of GC_Thread_Rep.dummy
(fix of commit 8e058bbfe) * include/private/pthread_support.h (GC_Thread_Rep.dummy): Fix a typo ("stop_info") in comment.
-rw-r--r--include/private/pthread_support.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/private/pthread_support.h b/include/private/pthread_support.h
index 747b6451..2533e293 100644
--- a/include/private/pthread_support.h
+++ b/include/private/pthread_support.h
@@ -51,7 +51,7 @@ typedef struct GC_Thread_Rep {
/* positive about the race between */
/* GC_has_other_debug_info and */
/* GC_suspend_handler_inner (which */
- /* sets store_stop.stack_ptr). */
+ /* sets stop_info.stack_ptr). */
# endif
struct GC_Thread_Rep * next; /* More recently allocated threads */