diff options
Diffstat (limited to 'sysdeps/mach/hurd/profil.c')
-rw-r--r-- | sysdeps/mach/hurd/profil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/profil.c b/sysdeps/mach/hurd/profil.c index fee244a127..2ed24992b5 100644 --- a/sysdeps/mach/hurd/profil.c +++ b/sysdeps/mach/hurd/profil.c @@ -216,7 +216,7 @@ fork_profil_parent (void) } text_set_element (_hurd_fork_parent_hook, fork_profil_parent); -/* In the childs, unlock the interlock, and start a profiling thread up +/* In the child, unlock the interlock, and start a profiling thread up if necessary. */ static void fork_profil_child (void) |