summaryrefslogtreecommitdiff
path: root/test/childthread.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/childthread.c')
-rw-r--r--test/childthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/childthread.c b/test/childthread.c
index c580db2..e89fb14 100644
--- a/test/childthread.c
+++ b/test/childthread.c
@@ -1,7 +1,7 @@
/* Test exit of a child of a TCB_EXITING child where the toplevel process starts
* waiting on it. The middle one gets detached and strace must update the
* toplevel process'es number of attached children to 0.
- *
+ *
* gcc -o test/childthread test/childthread.c -Wall -ggdb2 -pthread;./strace -f ./test/childthread
* It must print: write(1, "OK\n", ...
*/