From: Carlos O'Donell Date: Thu, 21 Feb 2013 14:36:43 +0000 (-0500) Subject: nptl: Fix comment typo in fork.c. X-Git-Tag: glibc-2.18~663 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bf95cbc357fc0c6597be223f66259a91b1e9bb0;p=thirdparty%2Fglibc.git nptl: Fix comment typo in fork.c. --- diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 765434cf2a8..5f591b04877 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,7 @@ +2013-02-21 Carlos O'Donell + + * sysdeps/unix/sysv/linux/fork.c: Fix comment typo. + 2013-02-18 Siddhesh Poyarekar * sysdeps/pthread/tst-timer.c: Include stdlib.h for declaration diff --git a/nptl/sysdeps/unix/sysv/linux/fork.c b/nptl/sysdeps/unix/sysv/linux/fork.c index 05f3dce03b5..ff089422e47 100644 --- a/nptl/sysdeps/unix/sysv/linux/fork.c +++ b/nptl/sysdeps/unix/sysv/linux/fork.c @@ -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;