summaryrefslogtreecommitdiff
path: root/posix/tst-vfork1.c
diff options
context:
space:
mode:
Diffstat (limited to 'posix/tst-vfork1.c')
-rw-r--r--posix/tst-vfork1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/posix/tst-vfork1.c b/posix/tst-vfork1.c
index 4c2d131a32..1f36f1ff2d 100644
--- a/posix/tst-vfork1.c
+++ b/posix/tst-vfork1.c
@@ -1,4 +1,4 @@
-/* Test for chmod functions.
+/* Test for vfork functions.
Copyright (C) 2004 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
@@ -26,7 +26,7 @@
#include <sys/wait.h>
/* This test relies on non-POSIX functionality since the child
- processes call write. */
+ processes call write and getpid. */
static int
do_test (void)
{