From: Ulrich Drepper Date: Tue, 22 Apr 2003 17:15:35 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_3_3~845 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=dc2f6455a41f635a6388c2ca4435ecc0d89251fd;p=glibc.git Update. 2003-04-22 Ulrich Drepper * semaphore.h: Fix typo in comment. --- diff --git a/nptl/ChangeLog b/nptl/ChangeLog index d79514fc4b..e71869fc20 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,7 @@ +2003-04-22 Ulrich Drepper + + * semaphore.h: Fix typo in comment. + 2003-04-21 Ulrich Drepper * sysdeps/pthread/sigfillset.c: New file. diff --git a/nptl/semaphore.h b/nptl/semaphore.h index b29f8c24c5..4f13725b32 100644 --- a/nptl/semaphore.h +++ b/nptl/semaphore.h @@ -39,7 +39,7 @@ extern int sem_init (sem_t *__sem, int __pshared, unsigned int __value) /* Free resources associated with semaphore object SEM. */ extern int sem_destroy (sem_t *__sem) __THROW; -/* Open a named semaphore NAME with open flaot OFLAG. */ +/* Open a named semaphore NAME with open flags OFLAG. */ extern sem_t *sem_open (__const char *__name, int __oflag, ...) __THROW; /* Close descriptor for named semaphore SEM. */