diff options
Diffstat (limited to 'rt/timer_create.c')
-rw-r--r-- | rt/timer_create.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/timer_create.c b/rt/timer_create.c index a94bff6..672bd14 100644 --- a/rt/timer_create.c +++ b/rt/timer_create.c @@ -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. */ |