From 9bf95cbc357fc0c6597be223f66259a91b1e9bb0 Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Thu, 21 Feb 2013 09:36:43 -0500 Subject: nptl: Fix comment typo in fork.c. --- nptl/sysdeps/unix/sysv/linux/fork.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nptl/sysdeps') 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; -- cgit 1.4.1