From 10ed37e973dbcfee7a8edf41d59330b6525d41e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Mon, 22 Feb 2021 09:40:34 +0100 Subject: update comment --- src/threads/thread.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/threads/thread.h') diff --git a/src/threads/thread.h b/src/threads/thread.h index b2a1982..fdaba60 100644 --- a/src/threads/thread.h +++ b/src/threads/thread.h @@ -23,9 +23,7 @@ typedef int tid_t; #define TID_ERROR ((tid_t) -1) /* Error value for tid_t. */ /* The relationship between a parent and child process. - It is setup by the child in - The child reports its exit status by setting exit_status - and upping exit_sema. + The child reports its exit status by setting exit_status. The parent places the parent_child element in its list of children. */ struct parent_child -- cgit v1.2.1