summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2023-02-28 09:49:53 +0300
committerIvan Maidanski <ivmai@mail.ru>2023-03-14 11:39:15 +0300
commit1d22f1697cfd6279e6a987b339b7810b9d1180b8 (patch)
treedc7dfd0e076ff91b5096a5514067e5d72ec4d64d
parent142596984109344ed880cf550dec0524eb1df6a6 (diff)
downloadbdwgc-1d22f1697cfd6279e6a987b339b7810b9d1180b8.tar.gz
Fix a typo in comment of GC_start_rtn_prepare_thread
(a cherry-pick of commit 1a8160ea8 from 'master') * pthread_support.c (GC_start_rtn_prepare_thread): Fix a typo in comment ("used in").
-rw-r--r--pthread_support.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pthread_support.c b/pthread_support.c
index 1d46b7d1..cf794e9a 100644
--- a/pthread_support.c
+++ b/pthread_support.c
@@ -1902,7 +1902,7 @@ struct start_info {
/* Called from GC_inner_start_routine(). Defined in this file to */
/* minimize the number of include files in pthread_start.c (because */
-/* sem_t and sem_post() are not used that file directly). */
+/* sem_t and sem_post() are not used in that file directly). */
GC_INNER_PTHRSTART GC_thread GC_start_rtn_prepare_thread(
void *(**pstart)(void *),
void **pstart_arg,