[COMMITTED] nptl: Fix comment typo in fork.c.

Carlos O'Donell carlos@redhat.com
Thu Feb 21 14:40:00 GMT 2013


Committed as obvious typo fix.

nptl/

2013-02-21  Carlos O'Donell  <carlos@redhat.com>

	* sysdeps/unix/sysv/linux/fork.c: Fix comment typo.

diff --git a/nptl/sysdeps/unix/sysv/linux/fork.c b/nptl/sysdeps/unix/sysv/linux/fork.c
index 05f3dce..ff08942 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;
 
 
---

Cheers,
Carlos.



More information about the Libc-alpha mailing list