nptl: Fix comment typo in fork.c.

This commit is contained in:
Carlos O'Donell 2013-02-21 09:36:43 -05:00
parent 582a3cff13
commit 9bf95cbc35
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-02-21 Carlos O'Donell <carlos@redhat.com>
* sysdeps/unix/sysv/linux/fork.c: Fix comment typo.
2013-02-18 Siddhesh Poyarekar <siddhesh@redhat.com>
* sysdeps/pthread/tst-timer.c: Include stdlib.h for declaration

View File

@ -35,7 +35,7 @@ unsigned long int *__fork_generation_pointer;
/* The single linked list of all currently registered for handlers. */
/* The single linked list of all currently registered fork handlers. */
struct fork_handler *__fork_handlers;