mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
Fix all the remaining misspellings -- BZ 25337
This commit is contained in:
@ -108,7 +108,7 @@ timer_create (clockid_t clock_id, struct sigevent *evp, timer_t *timerid)
|
||||
else
|
||||
pthread_attr_init (&newtimer->attr);
|
||||
|
||||
/* Ensure thread attributes call for deatched thread. */
|
||||
/* Ensure thread attributes call for detached thread. */
|
||||
pthread_attr_setdetachstate (&newtimer->attr, PTHREAD_CREATE_DETACHED);
|
||||
|
||||
/* Try to find existing thread having the right attributes. */
|
||||
|
Reference in New Issue
Block a user