]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
nptl: Fix comment typo in fork.c.
authorCarlos O'Donell <carlos@redhat.com>
Thu, 21 Feb 2013 14:36:43 +0000 (09:36 -0500)
committerCarlos O'Donell <carlos@redhat.com>
Thu, 21 Feb 2013 14:36:43 +0000 (09:36 -0500)
nptl/ChangeLog
nptl/sysdeps/unix/sysv/linux/fork.c

index 765434cf2a853de02ca5b26aadd0c0341259ac67..5f591b048777d2b9acec266d6b051c488b67e18a 100644 (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
index 05f3dce03b5b944db1bbbd0baf50d1cac12cfbec..ff089422e472495fadbac3645ba857fc4220c546 100644 (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;