]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - rt/timer_create.c
Fix all the remaining misspellings -- BZ 25337
[thirdparty/glibc.git] / rt / timer_create.c
index a94bff693c0952a64c7cf3524ce3e52a22eb12a9..672bd14ef03ca7558321f745034cbf6fadf7bfcc 100644 (file)
@@ -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.  */