From 7f0d9e61f40c669fca3cfd1e342fa8236c7220b7 Mon Sep 17 00:00:00 2001 From: Paul Pluzhnikov Date: Sat, 20 May 2023 13:37:47 +0000 Subject: Fix all the remaining misspellings -- BZ 25337 --- nptl/pthread_create.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nptl/pthread_create.c') diff --git a/nptl/pthread_create.c b/nptl/pthread_create.c index a3619da..1ac8862 100644 --- a/nptl/pthread_create.c +++ b/nptl/pthread_create.c @@ -218,7 +218,7 @@ late_init (void) __pthread_current_priority reuse the same lock, PD->lock, for a similar purpose e.g. synchronizing the setting of similar thread attributes. These functions are never called before the thread is - created, so don't participate in startup syncronization, but given + created, so don't participate in startup synchronization, but given that the lock is present already and in the unlocked state, reusing it saves space. -- cgit v1.1