about summary refs log tree commit diff
path: root/nptl/sysdeps
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@redhat.com>2013-02-21 09:36:43 -0500
committerCarlos O'Donell <carlos@redhat.com>2013-02-21 09:36:43 -0500
commit9bf95cbc357fc0c6597be223f66259a91b1e9bb0 (patch)
tree632a26f5d85b781013e46f18fcc2022f7754a7af /nptl/sysdeps
parent582a3cff1385a493d2759ac1ff9c3e8d6d57bb74 (diff)
downloadglibc-9bf95cbc357fc0c6597be223f66259a91b1e9bb0.tar.gz
glibc-9bf95cbc357fc0c6597be223f66259a91b1e9bb0.tar.xz
glibc-9bf95cbc357fc0c6597be223f66259a91b1e9bb0.zip
nptl: Fix comment typo in fork.c.
Diffstat (limited to 'nptl/sysdeps')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/fork.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/fork.c b/nptl/sysdeps/unix/sysv/linux/fork.c
index 05f3dce03b..ff089422e4 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;